Home
last modified time | relevance | path

Searched refs:extended (Results 1 – 21 of 21) sorted by relevance

/fs/ext2/
DKconfig2 tristate "Second extended fs support"
12 bool "Ext2 extended attributes"
40 enables an extended attribute handler for file security
44 extended attributes for file security labels, say N.
/fs/reiserfs/
DKconfig16 It is more easily extended to have features currently found in
18 systems are. The next version will be so extended, and will support
56 bool "ReiserFS extended attributes"
84 enables an extended attribute handler for file security
88 extended attributes for file security labels, say N.
/fs/ext3/
DKconfig5 This is the journalling version of the Second extended file system
54 bool "Ext3 extended attributes"
85 enables an extended attribute handler for file security
89 extended attributes for file security labels, say N.
/fs/jfs/
DKconfig30 enables an extended attribute handler for file security
34 extended attributes for file security labels, say N.
/fs/ext4/
DKconfig61 enables an extended attribute handler for file security
65 extended attributes for file security labels, say N.
/fs/hfsplus/
DKconfig7 If you say Y here, you will be able to mount extended format
/fs/qnx6/
DKconfig22 Turns on extended debugging output.
/fs/9p/
Dv9fs_vfs.h67 int v9fs_uflags2omode(int uflags, int extended);
Dvfs_inode.c175 int v9fs_uflags2omode(int uflags, int extended) in v9fs_uflags2omode() argument
195 if (extended) { in v9fs_uflags2omode()
/fs/minix/
DKconfig8 but has been superseded by the second extended file system ext2fs.
/fs/nilfs2/
DKconfig20 Some features including atime, extended attributes, and POSIX ACLs,
/fs/jffs2/
DKconfig97 enables an extended attribute handler for file security
101 extended attributes for file security labels, say N.
/fs/f2fs/
DKconfig31 bool "F2FS extended attributes"
/fs/cifs/
DKconfig91 bool "CIFS extended attributes"
97 extended attributes beginning with the user namespace prefix
DREADME153 make menuconfig. Client support for extended attributes (user xattr) can be
467 name begins with "user." or "os2.") as OS/2 EAs (extended
543 of the mode via the SETFILEBITS extended attribute (as
719 Enabling Kerberos (extended security) works but requires version 1.2 or later
DCHANGES51 flag to be set to 2, and mount must enable krb5 to turn on extended security).
476 Add config option to enable XATTR (extended attribute) support, mapping
/fs/affs/
DChanges78 - new extended block handling
250 cache. If a file was extended by means of
/fs/xfs/
DKconfig9 support large files and large filesystems, extended attributes,
/fs/
DKconfig140 bool "Tmpfs extended attributes"
/fs/squashfs/
DKconfig76 Saying Y here includes support for extended attributes (xattrs).
/fs/btrfs/
Dvolumes.c3031 static int alloc_profile_is_valid(u64 flags, int extended) in alloc_profile_is_valid() argument
3033 u64 mask = (extended ? BTRFS_EXTENDED_PROFILE_MASK : in alloc_profile_is_valid()
3044 return !extended; /* "0" is valid for usual profiles */ in alloc_profile_is_valid()