Home
last modified time | relevance | path

Searched defs:mountpoint (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/lib/api/fs/
H A Dcgroup.c13 char mountpoint[PATH_MAX]; member
25 char mountpoint[PATH_MAX]; in cgroupfs_find_mountpoint() local
H A Dtracing_path.c18 static void __tracing_path_set(const char *tracing, const char *mountpoint) in __tracing_path_set()
H A Dfs.c271 const char *mountpoint; in fs__mount() local
/openbmc/linux/fs/
H A Dmount.h32 struct mountpoint { struct
42 struct dentry *mnt_mountpoint; argument
H A Dnamespace.c1152 vfs_submount(const struct dentry *mountpoint, struct file_system_type *type, in vfs_submount()
2792 static void mnt_warn_timestamp_expiry(struct path *mountpoint, struct vfsmount *mnt) in mnt_warn_timestamp_expiry()
3266 static int do_new_mount_fc(struct fs_context *fc, struct path *mountpoint, in do_new_mount_fc()
H A Dnamei.c1278 struct dentry *mountpoint; in follow_up() local
1301 struct dentry *mountpoint = m->mnt_mountpoint; in choose_mountpoint_rcu() local
/openbmc/qemu/block/export/
H A Dfuse.c56 char *mountpoint; member
231 static int setup_fuse_export(FuseExport *exp, const char *mountpoint, in setup_fuse_export()
/openbmc/linux/tools/testing/selftests/resctrl/
H A Dresctrlfs.c78 char mountpoint[256]; in umount_resctrlfs() local
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Devent.py501 def __init__(self, dev, type, freespace, mountpoint): argument