Home
last modified time | relevance | path

Searched refs:mnt_point (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/fs/iso9660/
Disofs.sh51 local mnt_point="$PWD/mnt"
55 mkdir -p -m 777 $mnt_point
89 EXPECT_PASS mount -t iso9660 -o $mount_opt isofs.iso $mnt_point \
92 EXPECT_PASS ls -lR $mnt_point \> /dev/null
93 EXPECT_PASS_BRK umount $mnt_point
/third_party/ntfs-3g/include/ntfs-3g/
Dreparse.h27 char *ntfs_make_symlink(ntfs_inode *ni, const char *mnt_point);
34 int count, const char *mnt_point, BOOL isdir);
/third_party/ntfs-3g/libntfs-3g/
Dreparse.c560 int count, const char *mnt_point, BOOL isdir) in ntfs_get_fulllink() argument
602 fulltarget = (char*)ntfs_malloc(strlen(mnt_point) in ntfs_get_fulllink()
605 strcpy(fulltarget,mnt_point); in ntfs_get_fulllink()
633 fulltarget = (char*)ntfs_malloc(strlen(mnt_point) in ntfs_get_fulllink()
636 strcpy(fulltarget,mnt_point); in ntfs_get_fulllink()
663 const char *mnt_point __attribute__((unused)), in ntfs_get_abslink() argument
785 char *ntfs_make_symlink(ntfs_inode *ni, const char *mnt_point) in ntfs_make_symlink() argument
819 lth/2, mnt_point, isdir); in ntfs_make_symlink()
852 mnt_point, isdir); in ntfs_make_symlink()
862 mnt_point, isdir); in ntfs_make_symlink()
/third_party/ntfs-3g/src/
Dntfs-3g_common.c630 } else if (!popts->mnt_point) { in ntfs_parse_options()
631 popts->mnt_point = optarg; in ntfs_parse_options()
680 if (!popts->mnt_point) { in ntfs_parse_options()
Dntfs-3g_common.h29 char *mnt_point; /* Mount point */ member
Dntfs-3g.c4218 fc = fuse_mount(opts.mnt_point, &margs); in try_fuse_mount()
4294 fuse_unmount(opts.mnt_point, ctx->fc); in mount_fuse()
4388 if (opts.mnt_point[0] == '/') in main()
4389 ctx->abs_mnt_point = strdup(opts.mnt_point); in main()
4393 if ((strlen(opts.mnt_point) < PATH_MAX) in main()
4395 PATH_MAX - strlen(opts.mnt_point) - 1)) { in main()
4397 strcat(ctx->abs_mnt_point, opts.mnt_point); in main()
4400 opts.mnt_point = ctx->abs_mnt_point; in main()
4415 if ((opts.mnt_point[0] == '/') in main()
4416 && !stat(opts.mnt_point,&sbuf)) { in main()
[all …]
Dlowntfs-3g.c4510 fc = fuse_mount(opts.mnt_point, &margs);
4566 fuse_unmount(opts.mnt_point, ctx->fc);
4660 if (opts.mnt_point[0] == '/')
4661 ctx->abs_mnt_point = strdup(opts.mnt_point);
4665 if ((strlen(opts.mnt_point) < PATH_MAX)
4667 PATH_MAX - strlen(opts.mnt_point) - 1)) {
4669 strcat(ctx->abs_mnt_point, opts.mnt_point);
4672 opts.mnt_point = ctx->abs_mnt_point;
4687 if ((opts.mnt_point[0] == '/')
4688 && !stat(opts.mnt_point,&sbuf)) {
[all …]