/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/ |
D | posix_acl.c | 216 posix_acl_permission(struct inode *inode, const struct posix_acl *acl, int want) in posix_acl_permission() argument 221 want &= MAY_READ | MAY_WRITE | MAY_EXEC | MAY_NOT_BLOCK; in posix_acl_permission() 237 if ((pa->e_perm & want) == want) in posix_acl_permission() 244 if ((pa->e_perm & want) == want) in posix_acl_permission() 264 if ((pa->e_perm & mask_obj->e_perm & want) == want) in posix_acl_permission() 271 if ((pa->e_perm & want) == want) in posix_acl_permission()
|
D | Kconfig.binfmt | 15 want to say Y here. 75 Say Y here if you want to execute interpreted scripts starting with 79 gets loaded, you cannot run scripts. Thus, if you want to load this 141 Say Y here if you want to be able to execute Linux/Intel ELF 149 later load the module when you want to use a Linux/Intel binary. The 190 certainly want to say Y here. Not necessary on systems that never
|
/fs/fuse/ |
D | Kconfig | 16 If you want to develop a userspace FS, or if you want to use 26 If you want to develop or use a userspace character device
|
/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/ceph/ |
D | caps.c | 848 int want = 0; in __ceph_caps_file_wanted() local 852 want |= ceph_caps_for_mode(mode); in __ceph_caps_file_wanted() 853 return want; in __ceph_caps_file_wanted() 1085 int op, int used, int want, int retain, int flushing, in __send_cap() argument 1128 ceph_cap_string(want)); in __send_cap() 1129 want |= cap->mds_wanted; in __send_cap() 1146 cap->mds_wanted = want; in __send_cap() 1193 op, keep, want, flushing, seq, flush_tid, issue_seq, mseq, in __send_cap() 1479 int issued, implemented, want, retain, revoking, flushing = 0; in ceph_check_caps() local 1506 want = file_wanted | used; in ceph_check_caps() [all …]
|
D | file.c | 643 int want, got = 0; in ceph_aio_read() local 650 want = CEPH_CAP_FILE_CACHE | CEPH_CAP_FILE_LAZYIO; in ceph_aio_read() 652 want = CEPH_CAP_FILE_CACHE; in ceph_aio_read() 653 ret = ceph_get_caps(ci, CEPH_CAP_FILE_RD, want, &got, -1); in ceph_aio_read() 713 int err, want, got; in ceph_aio_write() local 754 want = CEPH_CAP_FILE_BUFFER | CEPH_CAP_FILE_LAZYIO; in ceph_aio_write() 756 want = CEPH_CAP_FILE_BUFFER; in ceph_aio_write() 758 err = ceph_get_caps(ci, CEPH_CAP_FILE_WR, want, &got, pos + count); in ceph_aio_write()
|
/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/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 138 If you want your system to mount its root file system via NFS, 149 Say Y here if you want NFS data to be cached locally on disc through
|
/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 | 800 unsigned pos, want, blockmap, mask, end; in ufs_bitmap_search() local 845 want = want_arr[count]; in ufs_bitmap_search() 847 if ((blockmap & mask) == want) { in ufs_bitmap_search() 853 want <<= 1; in ufs_bitmap_search()
|
/fs/xfs/ |
D | xfs_rtalloc.c | 1139 xfs_rtword_t want; /* mask for "good" values */ in xfs_rtfind_back() local 1163 want = (*b & ((xfs_rtword_t)1 << bit)) ? -1 : 0; in xfs_rtfind_back() 1180 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_back() 1226 if ((wdiff = *b ^ want)) { in xfs_rtfind_back() 1273 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_back() 1314 xfs_rtword_t want; /* mask for "good" values */ in xfs_rtfind_forw() local 1338 want = (*b & ((xfs_rtword_t)1 << bit)) ? -1 : 0; in xfs_rtfind_forw() 1354 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_forw() 1399 if ((wdiff = *b ^ want)) { in xfs_rtfind_forw() 1443 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_forw()
|
D | xfs_file.c | 1056 int want; in xfs_find_get_desired_pgoff() local 1060 want = min_t(pgoff_t, end - index, PAGEVEC_SIZE); in xfs_find_get_desired_pgoff() 1062 want); in xfs_find_get_desired_pgoff() 1165 if (nr_pages < want) { in xfs_find_get_desired_pgoff()
|
/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/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 HOTPLUG and IPv4/6
|
/fs/jbd/ |
D | Kconfig | 10 If you are not using ext3 then you will probably want to say N.
|