Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dcapability.h256 extern int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps);
/Linux-v5.4/security/
Dcommoncap.c571 int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps) in get_vfs_caps_from_disk() function
671 rc = get_vfs_caps_from_disk(bprm->file->f_path.dentry, &vcaps); in get_file_caps()
/Linux-v5.4/kernel/
Dauditsc.c1905 rc = get_vfs_caps_from_disk(dentry, &caps); in audit_copy_fcaps()
2456 get_vfs_caps_from_disk(bprm->file->f_path.dentry, &vcaps); in __audit_log_bprm_fcaps()