Searched refs:mntpath (Results 1 - 2 of 2) sorted by relevance

/linux-master/security/apparmor/
H A Dmount.c292 * @mntpath: for the mntpnt (NOT NULL)
293 * @buffer: buffer to be used to lookup mntpath
305 const struct path *mntpath, char *buffer,
317 AA_BUG(!mntpath);
323 error = aa_path_name(mntpath, path_flags(profile, mntpath), buffer,
355 * @buffer: buffer to be used to lookup mntpath
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) argument
/linux-master/fs/
H A Dnamespace.c2805 char *mntpath = buf ? d_path(mountpoint, buf, PAGE_SIZE) : ERR_PTR(-ENOMEM); local
2810 mntpath, &sb->s_time_max,

Completed in 134 milliseconds