Home
last modified time | relevance | path

Searched refs:magic_etc (Results 1 – 1 of 1) sorted by relevance

/security/
Dcommoncap.c349 return sansflags(le32_to_cpu(cap->magic_etc)) == VFS_CAP_REVISION_2; in is_v2header()
356 return sansflags(le32_to_cpu(cap->magic_etc)) == VFS_CAP_REVISION_3; in is_v3header()
441 nsmagic = le32_to_cpu(nscap->magic_etc); in cap_inode_getsecurity()
445 cap->magic_etc = cpu_to_le32(magic); in cap_inode_getsecurity()
514 magic = le32_to_cpu(cap->magic_etc); in cap_convert_nscap()
517 nscap->magic_etc = cpu_to_le32(nsmagic); in cap_convert_nscap()
538 if (caps->magic_etc & VFS_CAP_FLAGS_EFFECTIVE) in bprm_caps_from_vfs_caps()
541 if (caps->magic_etc & VFS_CAP_REVISION_MASK) in bprm_caps_from_vfs_caps()
575 __u32 magic_etc; in get_vfs_caps_from_disk() local
599 if (size < sizeof(magic_etc)) in get_vfs_caps_from_disk()
[all …]