Searched refs:mntpath (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/security/apparmor/ |
H A D | mount.c | 305 const struct path *mntpath, char *buffer, in match_mnt_path_str() argument 317 AA_BUG(!mntpath); in match_mnt_path_str() 323 error = aa_path_name(mntpath, path_flags(profile, mntpath), buffer, in match_mnt_path_str()
|
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
H A D | 0002-linux-syslinux-implement-open_ext2_fs.patch | 46 @@ -83,6 +84,9 @@ char *mntpath = NULL; /* Path on which to mount */
|
/openbmc/linux/fs/ |
H A D | namespace.c | 2799 char *buf, *mntpath; in mnt_warn_timestamp_expiry() local 2803 mntpath = d_path(mountpoint, buf, PAGE_SIZE); in mnt_warn_timestamp_expiry() 2805 mntpath = ERR_PTR(-ENOMEM); in mnt_warn_timestamp_expiry() 2806 if (IS_ERR(mntpath)) in mnt_warn_timestamp_expiry() 2807 mntpath = "(unknown)"; in mnt_warn_timestamp_expiry() 2812 mntpath, &sb->s_time_max, in mnt_warn_timestamp_expiry()
|