/fs/hfsplus/ |
D | super.c | 206 vhdr->attributes |= cpu_to_be32(HFSPLUS_VOL_UNMNT); in hfsplus_put_super() 207 vhdr->attributes &= cpu_to_be32(~HFSPLUS_VOL_INCNSTNT); in hfsplus_put_super() 252 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) { in hfsplus_remount() 259 } else if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_SOFTLOCK)) { in hfsplus_remount() 263 } else if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED)) { in hfsplus_remount() 350 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) { in hfsplus_fill_super() 356 } else if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_SOFTLOCK)) { in hfsplus_fill_super() 359 } else if ((vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED)) && !(sb->s_flags & MS_RDONLY)) { in hfsplus_fill_super() 427 vhdr->attributes &= cpu_to_be32(~HFSPLUS_VOL_UNMNT); in hfsplus_fill_super() 428 vhdr->attributes |= cpu_to_be32(HFSPLUS_VOL_INCNSTNT); in hfsplus_fill_super()
|
D | brec.c | 39 !(node->tree->attributes & HFS_TREE_VARIDXKEYS)) { in hfs_brec_keylen() 45 if (node->tree->attributes & HFS_TREE_BIGKEYS) in hfs_brec_keylen() 148 if (tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_brec_insert() 348 if (tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_brec_update_parent() 469 tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_btree_inc_height() 475 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) { in hfs_btree_inc_height()
|
D | btree.c | 55 tree->attributes = be32_to_cpu(head->attributes); in hfs_btree_open() 141 head->attributes = cpu_to_be32(tree->attributes); in hfs_btree_write()
|
D | hfsplus_raw.h | 95 __be32 attributes; member 168 __be32 attributes; member
|
/fs/ncpfs/ |
D | inode.c | 123 NCP_FINFO(inode)->nwattr = nwinfo->i.attributes; in ncp_update_inode() 157 if (nwi->attributes & aDIR) { in ncp_update_attrs() 167 && (nwi->attributes & aSHARED)) { in ncp_update_attrs() 168 switch (nwi->attributes & (aHIDDEN|aSYSTEM)) { in ncp_update_attrs() 195 if (nwi->attributes & aRONLY) inode->i_mode &= ~S_IWUGO; in ncp_update_attrs() 202 NCP_FINFO(inode)->nwattr = nwinfo->i.attributes; in ncp_update_inode2() 667 finfo.i.attributes = aDIR; in ncp_fill_super() 894 info.attributes |= aSHARED | aSYSTEM; in ncp_notify_change() 897 info.attributes |= aSHARED; in ncp_notify_change() 903 info.attributes &= ~(aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT); in ncp_notify_change() [all …]
|
D | dir.c | 188 info.attributes = old_nwattr & ~(aRONLY|aDELETEINHIBIT|aRENAMEINHIBIT); in ncp_force_unlink() 198 info.attributes = old_nwattr; in ncp_force_unlink() 225 info.attributes = old_nwattr & ~(aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT); in ncp_force_rename() 231 info.attributes = new_nwattr & ~(aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT); in ncp_force_rename() 254 info.attributes = old_nwattr; in ncp_force_rename() 259 info.attributes = new_nwattr; in ncp_force_rename() 879 dev_t rdev, __le32 attributes) in ncp_create_new() argument 907 attributes |= aSYSTEM | aSHARED; in ncp_create_new() 911 attributes, AR_READ | AR_WRITE, &finfo); in ncp_create_new() 916 attributes, AR_WRITE, &finfo); in ncp_create_new()
|
D | ncplib_kernel.h | 118 int mode, dev_t rdev, __le32 attributes);
|
/fs/ext3/ |
D | Kconfig | 23 tune2fs"). To modify attributes of files and directories on ext3 32 bool "Ext3 extended attributes" 36 Extended attributes are name:value pairs associated with inodes by 67 extended attributes for file security labels, say N.
|
/fs/hfs/ |
D | brec.c | 38 !(node->tree->attributes & HFS_TREE_VARIDXKEYS)) { in hfs_brec_keylen() 39 if (node->tree->attributes & HFS_TREE_BIGKEYS) in hfs_brec_keylen() 47 if (node->tree->attributes & HFS_TREE_BIGKEYS) { in hfs_brec_keylen() 161 if (tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_brec_insert() 373 if (tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_brec_update_parent() 413 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) in hfs_brec_update_parent() 496 tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_btree_inc_height() 502 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) { in hfs_btree_inc_height()
|
D | btree.c | 74 tree->attributes = be32_to_cpu(head->attributes); in hfs_btree_open() 163 head->attributes = cpu_to_be32(tree->attributes); in hfs_btree_write()
|
D | btree.h | 28 u32 attributes; member 152 __be32 attributes; /* (F) attributes */ member
|
D | bnode.c | 51 tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_bnode_read_key() 153 if (node->tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_bnode_dump()
|
/fs/ext2/ |
D | Kconfig | 12 bool "Ext2 extended attributes" 15 Extended attributes are name:value pairs associated with inodes by 44 extended attributes for file security labels, say N.
|
/fs/sysfs/ |
D | Kconfig | 6 export internal kernel objects, their attributes, and their 15 /sbin/hotplug uses device and object attributes in sysfs to assist in
|
/fs/befs/ |
D | Kconfig | 7 BeOS. Notable features include support for arbitrary attributes 9 attributes. (Also note that this driver doesn't make those features
|
D | befs_fs_types.h | 185 befs_disk_inode_addr attributes; member
|
/fs/ext4/ |
D | Kconfig | 44 bool "Ext4 extended attributes" 48 Extended attributes are name:value pairs associated with inodes by 79 extended attributes for file security labels, say N.
|
/fs/reiserfs/ |
D | Kconfig | 53 bool "ReiserFS extended attributes" 56 Extended attributes are name:value pairs associated with inodes by 85 extended attributes for file security labels, say N.
|
/fs/ubifs/ |
D | Kconfig | 15 bool "Extended attributes support" 18 This option enables support of extended attributes.
|
/fs/cifs/ |
D | Kconfig | 83 bool "CIFS extended attributes" 86 Extended attributes are name:value pairs associated with inodes by 89 extended attributes beginning with the user namespace prefix
|
/fs/partitions/ |
D | efi.h | 96 gpt_entry_attributes attributes; member
|
/fs/jfs/ |
D | Kconfig | 33 extended attributes for file security labels, say N.
|
/fs/jffs2/ |
D | Kconfig | 70 Extended attributes are name:value pairs associated with inodes by 101 extended attributes for file security labels, say N.
|
/fs/ecryptfs/ |
D | main.c | 776 static struct attribute *attributes[] = { variable 782 .attrs = attributes,
|
/fs/xfs/ |
D | Kconfig | 8 support large files and large filesystems, extended attributes,
|