Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcapability.h250 extern int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps);
/Linux-v4.19/security/
Dcommoncap.c578 int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps) in get_vfs_caps_from_disk() function
676 rc = get_vfs_caps_from_disk(bprm->file->f_path.dentry, &vcaps); in get_file_caps()
/Linux-v4.19/kernel/
Daudit.c2085 rc = get_vfs_caps_from_disk(dentry, &caps); in audit_copy_fcaps()
Dauditsc.c2368 get_vfs_caps_from_disk(bprm->file->f_path.dentry, &vcaps); in __audit_log_bprm_fcaps()