Home
last modified time | relevance | path

Searched refs:fsname (Results 1 – 13 of 13) sorted by relevance

/third_party/ltp/testcases/misc/lvm/datafiles/
Drunfile.tpl1 # Check the {fsname} filesystem
2 {fsname}_gf02 growfiles -W {fsname}_gf02 -d {tempdir}/{fsname} -b -e 1 -L 10 -B 805306368 -i 100 -I…
3 {fsname}_gf03 growfiles -W {fsname}_gf03 -d {tempdir}/{fsname} -b -e 1 -g 1 -i 1 -S 150 -u -f gf05_
4 {fsname}_gf04 growfiles -W {fsname}_gf04 -d {tempdir}/{fsname} -b -e 1 -g 4090 -i 500 -t 39000 -u -…
5 {fsname}_gf05 growfiles -W {fsname}_gf05 -d {tempdir}/{fsname} -b -e 1 -g 5000 -i 500 -t 49900 -T10…
6 {fsname}_gf16 growfiles -W {fsname}_gf16 -d {tempdir}/{fsname} -b -e 1 -i 0 -L 120 -B 805306368 -u …
7 {fsname}_gf17 growfiles -W {fsname}_gf17 -d {tempdir}/{fsname} -b -e 1 -i 0 -L 120 -B 805306368 -u …
8 {fsname}_gf18 growfiles -W {fsname}_gf18 -d {tempdir}/{fsname} -b -e 1 -i 0 -L 120 -B 805306368 -w …
9 {fsname}_gf19 growfiles -W {fsname}_gf19 -d {tempdir}/{fsname} -b -e 1 -g 5000 -i 500 -t 49900 -T10…
10 {fsname}_gf12 mkfifo {tempdir}/{fsname}/gffifo17; growfiles -W {fsname}_gf12 -b -e 1 -u -i 0 -L 30 …
[all …]
/third_party/ltp/testcases/misc/lvm/
Dprepare_lvm.sh25 fsname=$2
26 ROD mkdir -p $fsname
29 if ! tst_supported_fs $fsname; then
34 lvname="ltp_lv_$fsname"
38 tst_mkfs $fsname "$lvdev"
39 ROD mount "$lvdev" $fsname
63 for fsname in $FSNAME1 $FSNAME2; do
64 create_volume ltp_test_vg1 $fsname
67 for fsname in $@; do
68 create_volume ltp_test_vg2 $fsname
Dgenerate_lvm_runfile.sh23 for fsname in $FS_LIST; do
25 if [ "x$fsname" != "xbtrfs" ]; then
26 sed -e "s/{fsname}/$fsname/g; s^{tempdir}^$LVM_TMPDIR^g" "$INFILE" >>"$OUTFILE"
/third_party/e2fsprogs/misc/
De2fuzz.c180 static int process_fs(const char *fsname) in process_fs() argument
190 ret = ext2fs_check_if_mounted(fsname, &flags); in process_fs()
193 "state.\n", fsname); in process_fs()
200 fsname); in process_fs()
205 ret = ext2fs_open(fsname, EXT2_FLAG_64BITS | EXT2_FLAG_THREADS, in process_fs()
209 fsname); in process_fs()
215 fsname); in process_fs()
221 fsname); in process_fs()
231 fsname); in process_fs()
243 fsname); in process_fs()
[all …]
/third_party/ltp/testcases/kernel/syscalls/sysfs/
Dsysfs05.c18 char *fsname; member
35 TST_EXP_FAIL(tst_syscall(__NR_sysfs, tc->option, tc->fsname), in verify_sysfs05()
52 tcases[i].fsname = bad_addr; in setup()
/third_party/ntfs-3g/libfuse-lite/
Dmount.c66 char *fsname; member
71 char *fsname; member
86 FUSE_MOUNT_OPT("fsname=%s", fsname),
120 FUSE_MOUNT_OPT("fsname=%s", fsname),
528 source = malloc((mo->fsname ? strlen(mo->fsname) : 0) + in fuse_mount_sys()
544 mo->fsname ? mo->fsname : (mo->subtype ? mo->subtype : devname)); in fuse_mount_sys()
553 if (mo->fsname) { in fuse_mount_sys()
555 sprintf(source, "%s#%s", mo->subtype, mo->fsname); in fuse_mount_sys()
729 free(mo.fsname); in fuse_kern_mount()
Dfusermount.c347 char *fsname = NULL; in do_mount() local
363 if (!get_string_opt(s, len, fsname_str, &fsname)) in do_mount()
411 source = malloc((fsname ? strlen(fsname) : 0) + strlen(dev) + 32); in do_mount()
421 if (fsname) in do_mount()
422 strcpy(source, fsname); in do_mount()
457 free(fsname); in do_mount()
Dmount_util.c53 int fuse_mnt_add_mount(const char *progname, const char *fsname, in fuse_mnt_add_mount() argument
93 fsname, mnt, NULL, &env); in fuse_mnt_add_mount()
300 int fuse_mnt_add_mount(const char *progname, const char *fsname, in fuse_mnt_add_mount() argument
339 fsname, mnt, NULL, &env); in fuse_mnt_add_mount()
Dmount_util.h11 int fuse_mnt_add_mount(const char *progname, const char *fsname,
/third_party/ltp/include/lapi/
Dfsmount.h19 static inline int fsopen(const char *fsname, unsigned int flags) in fsopen() argument
21 return tst_syscall(__NR_fsopen, fsname, flags); in fsopen()
/third_party/selinux/secilc/docs/
Dcil_file_labeling_statements.md118 (fsuse fstype fsname context_id)
143 <td align="left"><p><code>fsname</code></p></td>
188 (genfscon fsname path context_id)
204 <td align="left"><p><code>fsname</code></p></td>
209 <td align="left"><p>If <code>fsname</code> is <code>proc</code>, then the partial path (see example…
/third_party/e2fsprogs/debugfs/
Djournal.c787 char *fsname; in ext2fs_run_ext3_journal() local
810 fsname = fs->device_name; in ext2fs_run_ext3_journal()
816 retval = ext2fs_open(fsname, fsflags, 0, fsblocksize, io_ptr, fsp); in ext2fs_run_ext3_journal()
817 ext2fs_free_mem(&fsname); in ext2fs_run_ext3_journal()
/third_party/glib/gio/
Dglocalfile.c116 static gboolean is_remote_fs_type (const gchar *fsname);
2564 is_remote_fs_type (const gchar *fsname) in is_remote_fs_type() argument
2566 if (fsname != NULL) in is_remote_fs_type()
2568 if (strcmp (fsname, "nfs") == 0) in is_remote_fs_type()
2570 if (strcmp (fsname, "nfs4") == 0) in is_remote_fs_type()
2572 if (strcmp (fsname, "cifs") == 0) in is_remote_fs_type()
2574 if (strcmp (fsname, "smb") == 0) in is_remote_fs_type()
2576 if (strcmp (fsname, "smb2") == 0) in is_remote_fs_type()