Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dmount.h33 struct mountpoint { struct
43 struct dentry *mnt_mountpoint; argument
H A Dnamespace.c1018 vfs_submount(const struct dentry *mountpoint, struct file_system_type *type, in vfs_submount()
2551 static void mnt_warn_timestamp_expiry(struct path *mountpoint, struct vfsmount *mnt) in mnt_warn_timestamp_expiry()
2817 static int do_new_mount_fc(struct fs_context *fc, struct path *mountpoint, in do_new_mount_fc()
H A Dnamei.c1200 struct dentry *mountpoint; in follow_up() local
1223 struct dentry *mountpoint = m->mnt_mountpoint; in choose_mountpoint_rcu() local
/OK3568_Linux_fs/kernel/tools/lib/api/fs/
H A Dcgroup.c14 char mountpoint[PATH_MAX + 1], tokens[PATH_MAX + 1], type[PATH_MAX + 1]; in cgroupfs_find_mountpoint() local
H A Dtracing_path.c20 static void __tracing_path_set(const char *tracing, const char *mountpoint) in __tracing_path_set()
H A Dfs.c284 const char *mountpoint; in fs__mount() local
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/
H A Drk29.c66 int rk_make_ext4fs(const char *filename,long long len, const char *mountpoint) in rk_make_ext4fs()
/OK3568_Linux_fs/kernel/tools/testing/selftests/resctrl/
H A Dresctrlfs.c64 char mountpoint[256]; in remount_resctrlfs() local
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Devent.py496 def __init__(self, dev, type, freespace, mountpoint): argument