Searched refs:aa_umount (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | mount.h | 45 int aa_umount(struct aa_label *label, struct vfsmount *mnt, int flags);
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | mount.h | 53 int aa_umount(const struct cred *subj_cred,
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | mount.c | 614 int aa_umount(struct aa_label *label, struct vfsmount *mnt, int flags) in aa_umount() function
|
H A D | lsm.c | 568 error = aa_umount(label, mnt, flags); in apparmor_sb_umount()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | mount.c | 636 int aa_umount(const struct cred *subj_cred, struct aa_label *label, in aa_umount() function
|
H A D | lsm.c | 643 error = aa_umount(current_cred(), label, mnt, flags); in apparmor_sb_umount()
|
Completed in 8 milliseconds