/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. 124 Say Y here if you want to be able to execute Linux/Intel ELF 132 later load the module when you want to use a Linux/Intel binary. The
|
/fs/fuse/ |
D | Kconfig | 14 If you want to develop a userspace FS, or if you want to use
|
/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 | file.c | 637 int want, got = 0; in ceph_aio_read() local 645 want = CEPH_CAP_FILE_CACHE | CEPH_CAP_FILE_LAZYIO; in ceph_aio_read() 647 want = CEPH_CAP_FILE_CACHE; in ceph_aio_read() 648 ret = ceph_get_caps(ci, CEPH_CAP_FILE_RD, want, &got, -1); in ceph_aio_read() 708 int want, got = 0; in ceph_aio_write() local 722 want = CEPH_CAP_FILE_BUFFER | CEPH_CAP_FILE_LAZYIO; in ceph_aio_write() 724 want = CEPH_CAP_FILE_BUFFER; in ceph_aio_write() 725 ret = ceph_get_caps(ci, CEPH_CAP_FILE_WR, want, &got, endoff); in ceph_aio_write()
|
D | caps.c | 832 int want = 0; in __ceph_caps_file_wanted() local 836 want |= ceph_caps_for_mode(mode); in __ceph_caps_file_wanted() 837 return want; in __ceph_caps_file_wanted() 1069 int op, int used, int want, int retain, int flushing, in __send_cap() argument 1112 ceph_cap_string(want)); in __send_cap() 1113 want |= cap->mds_wanted; in __send_cap() 1130 cap->mds_wanted = want; in __send_cap() 1177 op, keep, want, flushing, seq, flush_tid, issue_seq, mseq, in __send_cap() 1463 int issued, implemented, want, retain, revoking, flushing = 0; in ceph_check_caps() local 1490 want = file_wanted | used; in ceph_check_caps() [all …]
|
/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 53 protocol extension and you want your NFS client to allow 118 If you want your system to mount its root file system via NFS, 129 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 | 1140 xfs_rtword_t want; /* mask for "good" values */ in xfs_rtfind_back() local 1164 want = (*b & ((xfs_rtword_t)1 << bit)) ? -1 : 0; in xfs_rtfind_back() 1181 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_back() 1227 if ((wdiff = *b ^ want)) { in xfs_rtfind_back() 1274 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_back() 1315 xfs_rtword_t want; /* mask for "good" values */ in xfs_rtfind_forw() local 1339 want = (*b & ((xfs_rtword_t)1 << bit)) ? -1 : 0; in xfs_rtfind_forw() 1355 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_forw() 1400 if ((wdiff = *b ^ want)) { in xfs_rtfind_forw() 1444 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_forw()
|
/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/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/afs/ |
D | Kconfig | 29 Say Y here if you want AFS data to be cached locally on disk through
|
/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/bfs/ |
D | Kconfig | 9 partition. You should say Y if you want to read or write the files
|
/fs/adfs/ |
D | Kconfig | 9 and from ADFS-formatted floppy discs. If you also want to be able to
|
/fs/squashfs/ |
D | Kconfig | 20 If you want to compile this as a module ( = code which can be 21 inserted in and removed from the running kernel whenever you want),
|
/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.
|