Searched defs:mntpath (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | mount.c | 316 match_mnt_path_str(struct aa_profile *profile, const struct path *mntpath, char *buffer, const char *devname, const char *type, unsigned long flags, void *data, bool binary, const char *devinfo) match_mnt_path_str() argument
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | mount.c | 303 match_mnt_path_str(const struct cred *subj_cred, struct aa_profile *profile, const struct path *mntpath, char *buffer, const char *devname, const char *type, unsigned long flags, void *data, bool binary, const char *devinfo) match_mnt_path_str() argument
|
/kernel/linux/linux-5.10/fs/ |
H A D | namespace.c | 2559 char *mntpath = buf ? d_path(mountpoint, buf, PAGE_SIZE) : ERR_PTR(-ENOMEM); in mnt_warn_timestamp_expiry() local
|
/kernel/linux/linux-6.6/fs/ |
H A D | namespace.c | 2800 char *mntpath = buf ? d_path(mountpoint, buf, PAGE_SIZE) : ERR_PTR(-ENOMEM); in mnt_warn_timestamp_expiry() local
|
Completed in 13 milliseconds