Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 25 of 34) sorted by relevance

12

/fs/hfsplus/
Dsuper.c206 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()
Dbrec.c39 !(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()
Dbtree.c55 tree->attributes = be32_to_cpu(head->attributes); in hfs_btree_open()
141 head->attributes = cpu_to_be32(tree->attributes); in hfs_btree_write()
Dhfsplus_raw.h95 __be32 attributes; member
168 __be32 attributes; member
/fs/ncpfs/
Dinode.c123 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 …]
Ddir.c188 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()
Dncplib_kernel.h118 int mode, dev_t rdev, __le32 attributes);
/fs/ext3/
DKconfig23 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/
Dbrec.c38 !(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()
Dbtree.c74 tree->attributes = be32_to_cpu(head->attributes); in hfs_btree_open()
163 head->attributes = cpu_to_be32(tree->attributes); in hfs_btree_write()
Dbtree.h28 u32 attributes; member
152 __be32 attributes; /* (F) attributes */ member
Dbnode.c51 tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_bnode_read_key()
153 if (node->tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_bnode_dump()
/fs/ext2/
DKconfig12 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/
DKconfig6 export internal kernel objects, their attributes, and their
15 /sbin/hotplug uses device and object attributes in sysfs to assist in
/fs/befs/
DKconfig7 BeOS. Notable features include support for arbitrary attributes
9 attributes. (Also note that this driver doesn't make those features
Dbefs_fs_types.h185 befs_disk_inode_addr attributes; member
/fs/ext4/
DKconfig44 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/
DKconfig53 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/
DKconfig15 bool "Extended attributes support"
18 This option enables support of extended attributes.
/fs/cifs/
DKconfig83 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/
Defi.h96 gpt_entry_attributes attributes; member
/fs/jfs/
DKconfig33 extended attributes for file security labels, say N.
/fs/jffs2/
DKconfig70 Extended attributes are name:value pairs associated with inodes by
101 extended attributes for file security labels, say N.
/fs/ecryptfs/
Dmain.c776 static struct attribute *attributes[] = { variable
782 .attrs = attributes,
/fs/xfs/
DKconfig8 support large files and large filesystems, extended attributes,

12