Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcapability.h271 extern int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps);
/OK3568_Linux_fs/kernel/security/
H A Dcommoncap.c593 int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps) in get_vfs_caps_from_disk() function
695 rc = get_vfs_caps_from_disk(file->f_path.dentry, &vcaps); in get_file_caps()
/OK3568_Linux_fs/kernel/kernel/
H A Dauditsc.c1999 rc = get_vfs_caps_from_disk(dentry, &caps); in audit_copy_fcaps()
2550 get_vfs_caps_from_disk(bprm->file->f_path.dentry, &vcaps); in __audit_log_bprm_fcaps()