| /fs/efivarfs/ |
| A D | file.c | 20 u32 attributes; in efivarfs_file_write() local 22 unsigned long datasize = count - sizeof(attributes); in efivarfs_file_write() 26 if (count < sizeof(attributes)) in efivarfs_file_write() 29 if (copy_from_user(&attributes, userbuf, sizeof(attributes))) in efivarfs_file_write() 32 if (attributes & ~(EFI_VARIABLE_MASK)) in efivarfs_file_write() 65 i_size_write(inode, datasize + sizeof(attributes)); in efivarfs_file_write() 84 u32 attributes; in efivarfs_file_read() local 108 size = efivar_entry_get(var, &attributes, &datasize, in efivarfs_file_read() 109 data + sizeof(attributes)); in efivarfs_file_read() 113 memcpy(data, &attributes, sizeof(attributes)); in efivarfs_file_read() [all …]
|
| A D | internal.h | 45 int __efivar_entry_get(struct efivar_entry *entry, u32 *attributes, 47 int efivar_entry_get(struct efivar_entry *entry, u32 *attributes, 49 int efivar_entry_set_get_size(struct efivar_entry *entry, u32 attributes,
|
| A D | vars.c | 525 int __efivar_entry_get(struct efivar_entry *entry, u32 *attributes, in __efivar_entry_get() argument 532 attributes, size, data); in __efivar_entry_get() 544 int efivar_entry_get(struct efivar_entry *entry, u32 *attributes, in efivar_entry_get() argument 552 err = __efivar_entry_get(entry, attributes, size, data); in efivar_entry_get() 580 int efivar_entry_set_get_size(struct efivar_entry *entry, u32 attributes, in efivar_entry_set_get_size() argument 601 status = efivar_set_variable_locked(name, vendor, attributes, *size, in efivar_entry_set_get_size()
|
| /fs/orangefs/ |
| A D | orangefs-utils.c | 302 &new_op->downcall.resp.getattr.attributes, in orangefs_inode_getattr() 311 downcall.resp.getattr.attributes.objtype); in orangefs_inode_getattr() 315 downcall.resp.getattr.attributes); in orangefs_inode_getattr() 318 downcall.resp.getattr.attributes.size; in orangefs_inode_getattr() 321 attributes.blksize); in orangefs_inode_getattr() 357 downcall.resp.getattr.attributes.owner); in orangefs_inode_getattr() 359 downcall.resp.getattr.attributes.group); in orangefs_inode_getattr() 361 (time64_t)new_op->downcall.resp.getattr.attributes.atime, in orangefs_inode_getattr() 406 &new_op->downcall.resp.getattr.attributes, in orangefs_inode_check_changed() 432 &new_op->upcall.req.setattr.attributes); in orangefs_inode_setattr() [all …]
|
| A D | upcall.h | 36 struct ORANGEFS_sys_attr_s attributes; member 42 struct ORANGEFS_sys_attr_s attributes; member 55 struct ORANGEFS_sys_attr_s attributes; member 65 struct ORANGEFS_sys_attr_s attributes; member
|
| A D | namei.c | 41 fill_default_sys_attrs(new_op->upcall.req.create.attributes, in orangefs_create() 243 fill_default_sys_attrs(new_op->upcall.req.sym.attributes, in orangefs_symlink() 319 fill_default_sys_attrs(new_op->upcall.req.mkdir.attributes, in orangefs_mkdir()
|
| A D | downcall.h | 36 struct ORANGEFS_sys_attr_s attributes; member
|
| /fs/hfsplus/ |
| A D | super.c | 299 vhdr->attributes |= cpu_to_be32(HFSPLUS_VOL_UNMNT); in hfsplus_put_super() 300 vhdr->attributes &= cpu_to_be32(~HFSPLUS_VOL_INCNSTNT); in hfsplus_put_super() 345 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) { in hfsplus_reconfigure() 351 } else if (vhdr->attributes & in hfsplus_reconfigure() 356 } else if (vhdr->attributes & in hfsplus_reconfigure() 455 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) { in hfsplus_fill_super() 460 } else if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_SOFTLOCK)) { in hfsplus_fill_super() 463 } else if ((vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED)) && in hfsplus_fill_super() 547 vhdr->attributes &= cpu_to_be32(~HFSPLUS_VOL_UNMNT); in hfsplus_fill_super() 548 vhdr->attributes |= cpu_to_be32(HFSPLUS_VOL_INCNSTNT); in hfsplus_fill_super()
|
| A D | btree.c | 174 tree->attributes = be32_to_cpu(head->attributes); in hfs_btree_open() 187 if (tree->attributes & HFS_TREE_VARIDXKEYS) { in hfs_btree_open() 200 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) { in hfs_btree_open() 226 if (!(tree->attributes & HFS_TREE_BIGKEYS)) { in hfs_btree_open() 304 head->attributes = cpu_to_be32(tree->attributes); in hfs_btree_write()
|
| A D | brec.c | 40 !(node->tree->attributes & HFS_TREE_VARIDXKEYS) && in hfs_brec_keylen() 165 if ((tree->attributes & HFS_TREE_VARIDXKEYS) || in hfs_brec_insert() 381 if ((tree->attributes & HFS_TREE_VARIDXKEYS) || in hfs_brec_update_parent() 510 tree->attributes & HFS_TREE_VARIDXKEYS || in hfs_btree_inc_height() 517 if (!(tree->attributes & HFS_TREE_VARIDXKEYS) && in hfs_btree_inc_height()
|
| A D | Makefile | 10 attributes.o xattr.o xattr_user.o xattr_security.o xattr_trusted.o
|
| A D | hfsplus_raw.h | 107 __be32 attributes; member 181 __be32 attributes; member
|
| /fs/hfs/ |
| A D | brec.c | 39 !(node->tree->attributes & HFS_TREE_VARIDXKEYS)) { in hfs_brec_keylen() 40 if (node->tree->attributes & HFS_TREE_BIGKEYS) in hfs_brec_keylen() 48 if (node->tree->attributes & HFS_TREE_BIGKEYS) { in hfs_brec_keylen() 165 if (tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_brec_insert() 377 if (tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_brec_update_parent() 418 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) in hfs_brec_update_parent() 506 tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_btree_inc_height() 512 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) { in hfs_btree_inc_height()
|
| A D | btree.c | 123 tree->attributes = be32_to_cpu(head->attributes); in hfs_btree_open() 218 head->attributes = cpu_to_be32(tree->attributes); in hfs_btree_write()
|
| A D | btree.h | 36 u32 attributes; member 161 __be32 attributes; /* (F) attributes */ member
|
| /fs/ext2/ |
| A D | Kconfig | 22 bool "Ext2 extended attributes" 25 Extended attributes are name:value pairs associated with inodes by 50 extended attributes for file security labels, say N.
|
| /fs/befs/ |
| A D | Kconfig | 9 BeOS. Notable features include support for arbitrary attributes 11 attributes. (Also note that this driver doesn't make those features
|
| /fs/sysfs/ |
| A D | Kconfig | 8 export internal kernel objects, their attributes, and their 17 /sbin/hotplug uses device and object attributes in sysfs to assist in
|
| /fs/ |
| A D | stat.c | 127 stat->attributes |= STATX_ATTR_IMMUTABLE; in generic_fill_statx_attr() 129 stat->attributes |= STATX_ATTR_APPEND; in generic_fill_statx_attr() 163 stat->attributes |= STATX_ATTR_WRITE_ATOMIC; in generic_fill_statx_atomic_writes() 201 stat->attributes |= STATX_ATTR_AUTOMOUNT; in vfs_getattr_nosec() 204 stat->attributes |= STATX_ATTR_DAX; in vfs_getattr_nosec() 312 stat->attributes |= STATX_ATTR_MOUNT_ROOT; in vfs_statx_path() 718 tmp.stx_attributes = stat->attributes & ~STATX_ATTR_CHANGE_MONOTONIC; in cp_statx()
|
| /fs/f2fs/ |
| A D | Kconfig | 45 bool "F2FS extended attributes" 49 Extended attributes are name:value pairs associated with inodes by 75 lities to executables (the security.* extended attributes).
|
| /fs/smb/client/ |
| A D | Kconfig | 94 bool "CIFS extended attributes" 97 Extended attributes are name:value pairs associated with inodes by 99 CIFS maps the name of extended attributes beginning with the user
|
| /fs/nilfs2/ |
| A D | Kconfig | 23 Some features including atime, extended attributes, and POSIX ACLs,
|
| /fs/9p/ |
| A D | Kconfig | 45 extended attributes for file security labels, say N.
|
| /fs/erofs/ |
| A D | inode.c | 322 stat->attributes |= STATX_ATTR_COMPRESSED; in erofs_getattr() 323 stat->attributes |= STATX_ATTR_IMMUTABLE; in erofs_getattr()
|
| /fs/ceph/ |
| A D | Kconfig | 52 extended attributes for file security labels, say N.
|