Searched refs:want (Results 1 – 25 of 36) sorted by relevance
12
/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 | 211 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()
|
D | Kconfig.binfmt | 15 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/ |
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/autofs/ |
D | Kconfig | 11 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/ |
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 81 If you want your system to mount its root file system via NFS,
|
/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 | 825 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/ |
D | Kconfig | 21 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/ |
D | xfs_rtalloc.c | 1156 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/ |
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/hpfs/ |
D | Kconfig | 7 partitions. Say Y if you want to be able to read files from and
|
/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/minix/ |
D | Kconfig | 9 You don't want to use the minix file system on your hard disk
|
/fs/qnx4/ |
D | Kconfig | 22 Say Y if you want to test write support for QNX4 file systems.
|
/fs/autofs4/ |
D | Kconfig | 11 want to answer Y to "NFS file system support", below.
|
/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/jbd/ |
D | Kconfig | 10 If you are not using ext3 then you will probably want to say N.
|
/fs/jbd2/ |
D | Kconfig | 13 probably want to say N.
|
/fs/sysv/ |
D | Kconfig | 12 to run these binaries, you will want to install linux-abi which is
|
/fs/smbfs/ |
D | Kconfig | 16 Note: if you just want your box to act as an SMB *server* and make
|
/fs/ocfs2/ |
D | Kconfig | 15 You'll want to install the ocfs2-tools package in order to at least
|
12