Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcapability.h249 extern int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps);
/linux-4.4.14/security/
Dcommoncap.c387 int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps) in get_vfs_caps_from_disk() function
459 rc = get_vfs_caps_from_disk(bprm->file->f_path.dentry, &vcaps); in get_file_caps()
/linux-4.4.14/kernel/
Daudit.c1710 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()