tag | line | file | source code |
nospc | 487 | fs/msdos/namei.c | int nospc) /* Flag special file ? */ |
nospc | 503 | fs/msdos/namei.c | if (!S_ISREG(inode->i_mode) && nospc){ |
nospc | 1186 | fs/vfat/namei.c | struct msdos_dir_entry *de,int ino,int nospc) |
nospc | 1191 | fs/vfat/namei.c | if ((!S_ISREG(inode->i_mode) && nospc) || IS_IMMUTABLE(inode)) { |
nospc | 1210 | fs/vfat/namei.c | int is_dir,int nospc) |
nospc | 1223 | fs/vfat/namei.c | res = vfat_unlink_free_ino(dir,*bh,*de,res,nospc); |
nospc | 1286 | fs/vfat/namei.c | int nospc) /* Flag special file ? */ |
nospc | 1299 | fs/vfat/namei.c | res = vfat_remove_entry(dir,&sinfo,&bh,&de,0,nospc); |