/fs/nls/ |
D | Kconfig | 45 codepage if you want to be able to read/write these filenames on 48 say Y here if you want to include the DOS codepage that is used in 57 codepage if you want to be able to read/write these filenames on 60 say Y here if you want to include the DOS codepage that is used for 69 codepage if you want to be able to read/write these filenames on 72 say Y here if you want to include the DOS codepage that is used 82 codepage if you want to be able to read/write these filenames on 85 say Y here if you want to include the DOS codepage that is used for 98 codepage if you want to be able to read/write these filenames on 101 say Y here if you want to include the Latin 2 codepage used by DOS [all …]
|
/fs/xfs/libxfs/ |
D | xfs_rtbitmap.c | 128 xfs_rtword_t want; /* mask for "good" values */ in xfs_rtfind_back() local 152 want = (*b & ((xfs_rtword_t)1 << bit)) ? -1 : 0; in xfs_rtfind_back() 169 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_back() 215 if ((wdiff = *b ^ want)) { in xfs_rtfind_back() 262 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_back() 303 xfs_rtword_t want; /* mask for "good" values */ in xfs_rtfind_forw() local 327 want = (*b & ((xfs_rtword_t)1 << bit)) ? -1 : 0; in xfs_rtfind_forw() 343 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_forw() 388 if ((wdiff = *b ^ want)) { in xfs_rtfind_forw() 432 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_forw()
|
/fs/fuse/ |
D | Kconfig | 17 If you want to develop a userspace FS, or if you want to use 27 If you want to develop or use a userspace character device
|
/fs/ |
D | posix_acl.c | 346 posix_acl_permission(struct inode *inode, const struct posix_acl *acl, int want) in posix_acl_permission() argument 351 want &= MAY_READ | MAY_WRITE | MAY_EXEC | MAY_NOT_BLOCK; in posix_acl_permission() 367 if ((pa->e_perm & want) == want) in posix_acl_permission() 374 if ((pa->e_perm & want) == want) in posix_acl_permission() 394 if ((pa->e_perm & mask_obj->e_perm & want) == want) in posix_acl_permission() 401 if ((pa->e_perm & want) == want) in posix_acl_permission()
|
D | Kconfig.binfmt | 16 want to say Y here. 80 Say Y here if you want to execute interpreted scripts starting with 84 gets loaded, you cannot run scripts. Thus, if you want to load this 147 Say Y here if you want to be able to execute Linux/Intel ELF 155 later load the module when you want to use a Linux/Intel binary. The 189 certainly want to say Y here. Not necessary on systems that never
|
/fs/isofs/ |
D | Kconfig | 8 driver. If you have a CD-ROM drive and want to do more with it than 27 want to be able to read Joliet CD-ROMs under Linux. 38 necessary to create such a filesystem. Say Y here if you want to be
|
/fs/affs/ |
D | Kconfig | 7 if you want to be able to read and write files from and to an Amiga 17 If you want to do this, you will also need to say Y or M to "Loop
|
/fs/ceph/ |
D | addr.c | 327 int want = CEPH_CAP_FILE_CACHE; in start_read() local 328 ret = ceph_try_get_caps(ci, CEPH_CAP_FILE_RD, want, &got); in start_read() 331 } else if (!(got & want)) { in start_read() 841 int want; in ceph_writepages_start() local 848 want = min(end - index, in ceph_writepages_start() 854 want); in ceph_writepages_start() 1396 int want, got, ret; in ceph_filemap_fault() local 1404 want = CEPH_CAP_FILE_CACHE | CEPH_CAP_FILE_LAZYIO; in ceph_filemap_fault() 1406 want = CEPH_CAP_FILE_CACHE; in ceph_filemap_fault() 1409 ret = ceph_get_caps(ci, CEPH_CAP_FILE_RD, want, -1, &got, &pinned_page); in ceph_filemap_fault() [all …]
|
D | caps.c | 1118 int op, int used, int want, int retain, int flushing, in __send_cap() argument 1160 ceph_cap_string(want)); in __send_cap() 1161 want |= cap->mds_wanted; in __send_cap() 1178 cap->mds_wanted = want; in __send_cap() 1209 op, keep, want, flushing, seq, in __send_cap() 1606 int issued, implemented, want, retain, revoking, flushing = 0; in ceph_check_caps() local 1634 want = file_wanted; in ceph_check_caps() 1648 want = CEPH_CAP_ANY_SHARED | CEPH_CAP_FILE_EXCL; in ceph_check_caps() 1649 retain |= want; in ceph_check_caps() 1764 if (want & ~(cap->mds_wanted | cap->issued)) in ceph_check_caps() [all …]
|
D | file.c | 1216 int want, got = 0; in ceph_read_iter() local 1224 want = CEPH_CAP_FILE_CACHE | CEPH_CAP_FILE_LAZYIO; in ceph_read_iter() 1226 want = CEPH_CAP_FILE_CACHE; in ceph_read_iter() 1227 ret = ceph_get_caps(ci, CEPH_CAP_FILE_RD, want, -1, &got, &pinned_page); in ceph_read_iter() 1354 int err, want, got; in ceph_write_iter() local 1404 want = CEPH_CAP_FILE_BUFFER | CEPH_CAP_FILE_LAZYIO; in ceph_write_iter() 1406 want = CEPH_CAP_FILE_BUFFER; in ceph_write_iter() 1408 err = ceph_get_caps(ci, CEPH_CAP_FILE_WR, want, pos + count, in ceph_write_iter() 1691 int want, got = 0; in ceph_fallocate() local 1731 want = CEPH_CAP_FILE_BUFFER | CEPH_CAP_FILE_LAZYIO; in ceph_fallocate() [all …]
|
/fs/ufs/ |
D | Kconfig | 9 these partitions; if you also want to write to them, say Y to the 34 Say Y here if you want to try writing to UFS partitions. This is
|
D | balloc.c | 816 unsigned pos, want, blockmap, mask, end; in ufs_bitmap_search() local 858 want = want_arr[count]; in ufs_bitmap_search() 860 if ((blockmap & mask) == want) { in ufs_bitmap_search() 866 want <<= 1; in ufs_bitmap_search()
|
/fs/nfs/ |
D | Kconfig | 8 Choose Y here if you want to access files residing on other 64 protocol extension and you want your NFS client to allow 169 If you want your system to mount its root file system via NFS, 180 Say Y here if you want NFS data to be cached locally on disc through
|
/fs/ncpfs/ |
D | Kconfig | 16 You do not have to say Y here if you want your Linux box to act as a 29 NCP allows packets to be signed for stronger security. If you want 93 may be useful, if you want to access the server with other operating
|
/fs/reiserfs/ |
D | README | 12 want it to be owned by Hans Reiser, put your copyright label on that 67 Real users, as opposed to folks who want to hack and then understand 68 what went wrong, will want REISERFS_CHECK off. 101 that start on a node aligned boundary (there are reasons to want to node
|
/fs/udf/ |
D | Kconfig | 9 written in packet mode, or if you want to use UDF for removable USB
|
/fs/hpfs/ |
D | Kconfig | 7 partitions. Say Y if you want to be able to read files from and
|
/fs/afs/ |
D | Kconfig | 28 Say Y here if you want AFS data to be cached locally on disk through
|
/fs/notify/fanotify/ |
D | Kconfig | 20 Say Y here is you want fanotify listeners to be able to make permissions
|
/fs/qnx6/ |
D | Kconfig | 25 want this:
|
/fs/bfs/ |
D | Kconfig | 9 partition. You should say Y if you want to read or write the files
|
/fs/autofs4/ |
D | Kconfig | 11 want to answer Y to "NFS file system support", below.
|
/fs/minix/ |
D | Kconfig | 9 You don't want to use the minix file system on your hard disk
|
/fs/adfs/ |
D | Kconfig | 9 and from ADFS-formatted floppy discs. If you also want to be able to
|
/fs/gfs2/ |
D | Kconfig | 23 you want to use the DLM, be sure to enable IPv4/6 networking.
|