Searched refs:magic_etc (Results 1 – 6 of 6) sorted by relevance
348 return sansflags(le32_to_cpu(cap->magic_etc)) == VFS_CAP_REVISION_2; in is_v2header()355 return sansflags(le32_to_cpu(cap->magic_etc)) == VFS_CAP_REVISION_3; in is_v3header()427 magic = le32_to_cpu(cap->magic_etc); in cap_inode_getsecurity()431 nscap->magic_etc = cpu_to_le32(nsmagic); in cap_inode_getsecurity()458 nsmagic = le32_to_cpu(nscap->magic_etc); in cap_inode_getsecurity()462 cap->magic_etc = cpu_to_le32(magic); in cap_inode_getsecurity()534 magic = le32_to_cpu(cap->magic_etc); in cap_convert_nscap()537 nscap->magic_etc = cpu_to_le32(nsmagic); in cap_convert_nscap()558 if (caps->magic_etc & VFS_CAP_FLAGS_EFFECTIVE) in bprm_caps_from_vfs_caps()561 if (caps->magic_etc & VFS_CAP_REVISION_MASK) in bprm_caps_from_vfs_caps()[all …]
54 __le32 magic_etc; member61 __le32 magic_etc; member
41 __le32 magic_etc; member48 __le32 magic_etc; member
73 __le32 magic_etc; /* Little endian */ member84 __le32 magic_etc; member
30 __u32 magic_etc; member
2005 name->fcap.fE = !!(caps.magic_etc & VFS_CAP_FLAGS_EFFECTIVE); in audit_copy_fcaps()2007 name->fcap_ver = (caps.magic_etc & VFS_CAP_REVISION_MASK) >> in audit_copy_fcaps()2554 ax->fcap.fE = !!(vcaps.magic_etc & VFS_CAP_FLAGS_EFFECTIVE); in __audit_log_bprm_fcaps()2556 ax->fcap_ver = (vcaps.magic_etc & VFS_CAP_REVISION_MASK) >> VFS_CAP_REVISION_SHIFT; in __audit_log_bprm_fcaps()