Searched refs:vcaps (Results 1 – 2 of 2) sorted by relevance
654 struct cpu_vfs_cap_data vcaps; in get_file_caps() local672 rc = get_vfs_caps_from_disk(file->f_path.dentry, &vcaps); in get_file_caps()682 rc = bprm_caps_from_vfs_caps(&vcaps, bprm, effective, has_fcap); in get_file_caps()
2488 struct cpu_vfs_cap_data vcaps; in __audit_log_bprm_fcaps() local2498 get_vfs_caps_from_disk(bprm->file->f_path.dentry, &vcaps); in __audit_log_bprm_fcaps()2500 ax->fcap.permitted = vcaps.permitted; in __audit_log_bprm_fcaps()2501 ax->fcap.inheritable = vcaps.inheritable; in __audit_log_bprm_fcaps()2502 ax->fcap.fE = !!(vcaps.magic_etc & VFS_CAP_FLAGS_EFFECTIVE); in __audit_log_bprm_fcaps()2503 ax->fcap.rootid = vcaps.rootid; in __audit_log_bprm_fcaps()2504 ax->fcap_ver = (vcaps.magic_etc & VFS_CAP_REVISION_MASK) >> VFS_CAP_REVISION_SHIFT; in __audit_log_bprm_fcaps()