Searched refs:attributes_mask (Results 1 - 21 of 21) sorted by relevance

/linux-master/include/linux/
H A Dstat.h28 u64 attributes_mask; member in struct:kstat
/linux-master/arch/x86/kernel/cpu/sgx/
H A Dencl.h61 unsigned long attributes_mask; member in struct:sgx_encl
H A Dioctl.c114 encl->attributes_mask = SGX_ATTR_UNPRIV_MASK;
496 if (encl->attributes & ~encl->attributes_mask)
504 * without it if the sigstruct->body.attributes_mask does not turn that
507 if (sigstruct->body.attributes & sigstruct->body.attributes_mask &
663 return sgx_set_attribute(&encl->attributes_mask, params.fd);
/linux-master/arch/x86/include/asm/
H A Dsgx.h362 * @attributes_mask: required attributes in SECS
374 u64 attributes_mask; member in struct:sgx_sigstruct_body
/linux-master/fs/
H A Dstat.c88 stat->attributes_mask |= KSTAT_ATTR_VFS_FLAGS;
122 * update attributes_mask below.
130 stat->attributes_mask |= (STATX_ATTR_AUTOMOUNT |
260 stat->attributes_mask |= STATX_ATTR_MOUNT_ROOT;
645 tmp.stx_attributes_mask = stat->attributes_mask;
/linux-master/fs/erofs/
H A Dinode.c342 stat->attributes_mask |= (STATX_ATTR_COMPRESSED |
/linux-master/include/uapi/linux/
H A Dfuse.h304 uint64_t attributes_mask; member in struct:fuse_statx
/linux-master/fs/bcachefs/
H A Dfs.c854 stat->attributes_mask |= STATX_ATTR_IMMUTABLE;
858 stat->attributes_mask |= STATX_ATTR_APPEND;
862 stat->attributes_mask |= STATX_ATTR_NODUMP;
/linux-master/fs/hfsplus/
H A Dinode.c294 stat->attributes_mask |= STATX_ATTR_APPEND | STATX_ATTR_IMMUTABLE |
/linux-master/fs/ntfs3/
H A Dfile.c86 stat->attributes_mask |= STATX_ATTR_COMPRESSED | STATX_ATTR_ENCRYPTED;
/linux-master/fs/xfs/
H A Dxfs_iops.c594 * update attributes_mask below.
603 stat->attributes_mask |= (STATX_ATTR_IMMUTABLE |
/linux-master/fs/ext2/
H A Dinode.c1628 stat->attributes_mask |= (STATX_ATTR_APPEND |
/linux-master/fs/gfs2/
H A Dinode.c2084 stat->attributes_mask |= (STATX_ATTR_APPEND |
/linux-master/fs/ubifs/
H A Ddir.c1664 stat->attributes_mask |= (STATX_ATTR_APPEND |
/linux-master/fs/nfs/
H A Dinode.c918 stat->attributes_mask |= STATX_ATTR_CHANGE_MONOTONIC;
/linux-master/fs/ceph/
H A Dinode.c3103 stat->attributes_mask |= (STATX_ATTR_CHANGE_MONOTONIC |
/linux-master/fs/smb/client/
H A Dinode.c2654 stat->attributes_mask |= (STATX_ATTR_COMPRESSED | STATX_ATTR_ENCRYPTED);
/linux-master/mm/
H A Dshmem.c1136 stat->attributes_mask |= (STATX_ATTR_APPEND |
/linux-master/fs/ext4/
H A Dinode.c5553 stat->attributes_mask |= (STATX_ATTR_APPEND |
/linux-master/fs/f2fs/
H A Dfile.c893 stat->attributes_mask |= (STATX_ATTR_COMPRESSED |
/linux-master/fs/btrfs/
H A Dinode.c8784 stat->attributes_mask |= (STATX_ATTR_APPEND |

Completed in 290 milliseconds