Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dcapability.h271 extern int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps);
/Linux-v5.10/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
672 rc = get_vfs_caps_from_disk(file->f_path.dentry, &vcaps); in get_file_caps()
/Linux-v5.10/kernel/
Dauditsc.c1947 rc = get_vfs_caps_from_disk(dentry, &caps); in audit_copy_fcaps()
2498 get_vfs_caps_from_disk(bprm->file->f_path.dentry, &vcaps); in __audit_log_bprm_fcaps()