Home
last modified time | relevance | path

Searched refs:mount_dir (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/network/nfs/nfs_stress/
Dnfs_lib.sh98 local mount_dir
103 mount_dir="[$(tst_ipaddr $host_type)]:$remote_dir"
105 mount_dir="$(tst_ipaddr $host_type):$remote_dir"
108 local mnt_cmd="mount -v -t nfs $opts $mount_dir $local_dir"
140 local mount_dir
/third_party/glib/gio/
Dglocalfile.c1913 gchar *mount_dir = NULL; in _g_local_file_is_lost_found_dir() local
1920 mount_dir = find_mountpoint_for (path, path_dev, FALSE); in _g_local_file_is_lost_found_dir()
1921 if (mount_dir == NULL) in _g_local_file_is_lost_found_dir()
1924 mount_dir_len = strlen (mount_dir); in _g_local_file_is_lost_found_dir()
1944 g_free (mount_dir); in _g_local_file_is_lost_found_dir()
/third_party/e2fsprogs/misc/
Dmke2fs.c114 static char *mount_dir; variable
1814 mount_dir = optarg; in PRS()
3227 if (mount_dir) { in main()
3230 strncpy((char *) fs->super->s_last_mounted, mount_dir, in main()