Searched refs:mnt_point (Results 1 - 8 of 8) sorted by relevance
/third_party/ltp/testcases/kernel/fs/iso9660/ |
H A D | isofs.sh | 49 local mnt_point="$PWD/mnt" 53 mkdir -p -m 777 $mnt_point 87 EXPECT_PASS mount -t iso9660 -o $mount_opt isofs.iso $mnt_point \ 90 EXPECT_PASS ls -lR $mnt_point \> /dev/null 91 EXPECT_PASS_BRK umount $mnt_point
|
/third_party/ltp/testcases/kernel/syscalls/access/ |
H A D | access04.c | 51 static char *mnt_point; variable 63 {&mnt_point, W_OK, EROFS} 120 {&mnt_point, .str = MNT_POINT},
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | reparse.h | 27 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/ |
H A D | reparse.c | 560 int count, const char *mnt_point, BOOL isdir) in ntfs_get_fulllink() 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() 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, isdi in ntfs_make_symlink() 559 ntfs_get_fulllink(ntfs_volume *vol, ntfschar *junction, int count, const char *mnt_point, BOOL isdir) ntfs_get_fulllink() argument [all...] |
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g_common.c | 630 } 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()
|
H A D | ntfs-3g_common.h | 29 char *mnt_point; /* Mount point */ member
|
H A D | ntfs-3g.c | 4219 fc = fuse_mount(opts.mnt_point, &margs); in try_fuse_mount() 4295 fuse_unmount(opts.mnt_point, ctx->fc); in mount_fuse() 4393 if (opts.mnt_point[0] == '/') in main() 4394 ctx->abs_mnt_point = strdup(opts.mnt_point); in main() 4398 if ((strlen(opts.mnt_point) < PATH_MAX) in main() 4400 PATH_MAX - strlen(opts.mnt_point) - 1)) { in main() 4402 strcat(ctx->abs_mnt_point, opts.mnt_point); in main() 4405 opts.mnt_point = ctx->abs_mnt_point; in main() 4420 if ((opts.mnt_point[0] == '/') in main() 4421 && !stat(opts.mnt_point, in main() [all...] |
H A D | lowntfs-3g.c | 4510 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, [all...] |
Completed in 14 milliseconds