Home
last modified time | relevance | path

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

/kernel/
Dauditsc.c1899 struct cpu_vfs_cap_data caps; in audit_copy_fcaps() local
1905 rc = get_vfs_caps_from_disk(dentry, &caps); in audit_copy_fcaps()
1909 name->fcap.permitted = caps.permitted; in audit_copy_fcaps()
1910 name->fcap.inheritable = caps.inheritable; in audit_copy_fcaps()
1911 name->fcap.fE = !!(caps.magic_etc & VFS_CAP_FLAGS_EFFECTIVE); in audit_copy_fcaps()
1912 name->fcap.rootid = caps.rootid; in audit_copy_fcaps()
1913 name->fcap_ver = (caps.magic_etc & VFS_CAP_REVISION_MASK) >> in audit_copy_fcaps()