Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dcapability.h29 struct cpu_vfs_cap_data { struct
271 extern int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps);
/kernel/linux/linux-5.10/security/
Dcommoncap.c549 static inline int bprm_caps_from_vfs_caps(struct cpu_vfs_cap_data *caps, in bprm_caps_from_vfs_caps()
592 int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps) in get_vfs_caps_from_disk()
603 memset(cpu_caps, 0, sizeof(struct cpu_vfs_cap_data)); in get_vfs_caps_from_disk()
675 struct cpu_vfs_cap_data vcaps; in get_file_caps()
/kernel/linux/linux-5.10/kernel/
Dauditsc.c1993 struct cpu_vfs_cap_data caps; in audit_copy_fcaps()
2540 struct cpu_vfs_cap_data vcaps; in __audit_log_bprm_fcaps()