Home
last modified time | relevance | path

Searched refs:want (Results 1 – 25 of 36) sorted by relevance

12

/fs/nls/
DKconfig45 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/
Dposix_acl.c211 posix_acl_permission(struct inode *inode, const struct posix_acl *acl, int want) in posix_acl_permission() argument
230 if ((pa->e_perm & want) == want) in posix_acl_permission()
237 if ((pa->e_perm & want) == want) in posix_acl_permission()
257 if ((pa->e_perm & mask_obj->e_perm & want) == want) in posix_acl_permission()
264 if ((pa->e_perm & want) == want) in posix_acl_permission()
DKconfig.binfmt15 want to say Y here.
121 Say Y here if you want to be able to execute Linux/Intel ELF
129 later load the module when you want to use a Linux/Intel binary. The
/fs/fuse/
DKconfig14 If you want to develop a userspace FS, or if you want to use
/fs/isofs/
DKconfig8 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/autofs/
DKconfig11 You also want to answer Y to "NFS file system support", below.
13 If you want to use the newer version of the automounter with more
/fs/affs/
DKconfig7 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/
DKconfig8 Choose Y here if you want to access files residing on other
53 protocol extension and you want your NFS client to allow
81 If you want your system to mount its root file system via NFS,
/fs/ufs/
DKconfig9 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
Dballoc.c825 unsigned pos, want, blockmap, mask, end; in ufs_bitmap_search() local
870 want = want_arr[count]; in ufs_bitmap_search()
872 if ((blockmap & mask) == want) { in ufs_bitmap_search()
878 want <<= 1; in ufs_bitmap_search()
/fs/squashfs/
DKconfig21 If you want to compile this as a module ( = code which can be
22 inserted in and removed from the running kernel whenever you want),
/fs/xfs/
Dxfs_rtalloc.c1156 xfs_rtword_t want; /* mask for "good" values */ in xfs_rtfind_back() local
1180 want = (*b & ((xfs_rtword_t)1 << bit)) ? -1 : 0; in xfs_rtfind_back()
1197 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_back()
1243 if ((wdiff = *b ^ want)) { in xfs_rtfind_back()
1290 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_back()
1331 xfs_rtword_t want; /* mask for "good" values */ in xfs_rtfind_forw() local
1355 want = (*b & ((xfs_rtword_t)1 << bit)) ? -1 : 0; in xfs_rtfind_forw()
1371 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_forw()
1416 if ((wdiff = *b ^ want)) { in xfs_rtfind_forw()
1460 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_forw()
/fs/ncpfs/
DKconfig16 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/hpfs/
DKconfig7 partitions. Say Y if you want to be able to read files from and
/fs/reiserfs/
DREADME12 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/minix/
DKconfig9 You don't want to use the minix file system on your hard disk
/fs/qnx4/
DKconfig22 Say Y if you want to test write support for QNX4 file systems.
/fs/autofs4/
DKconfig11 want to answer Y to "NFS file system support", below.
/fs/bfs/
DKconfig9 partition. You should say Y if you want to read or write the files
/fs/adfs/
DKconfig9 and from ADFS-formatted floppy discs. If you also want to be able to
/fs/jbd/
DKconfig10 If you are not using ext3 then you will probably want to say N.
/fs/jbd2/
DKconfig13 probably want to say N.
/fs/sysv/
DKconfig12 to run these binaries, you will want to install linux-abi which is
/fs/smbfs/
DKconfig16 Note: if you just want your box to act as an SMB *server* and make
/fs/ocfs2/
DKconfig15 You'll want to install the ocfs2-tools package in order to at least

12