Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dcapability.h249 extern int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps);
/linux-4.1.27/security/
Dcommoncap.c381 int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps) in get_vfs_caps_from_disk() function
453 rc = get_vfs_caps_from_disk(bprm->file->f_path.dentry, &vcaps); in get_file_caps()
/linux-4.1.27/kernel/
Daudit.c1696 rc = get_vfs_caps_from_disk(dentry, &caps); in audit_copy_fcaps()
Dauditsc.c2316 get_vfs_caps_from_disk(bprm->file->f_path.dentry, &vcaps); in __audit_log_bprm_fcaps()