Home
last modified time | relevance | path

Searched refs:fsname (Results 1 – 16 of 16) 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/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/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/libfuse/lib/
Dmount.c70 char *fsname; member
85 FUSE_MOUNT_OPT("fsname=%s", fsname),
490 source = malloc((mo->fsname ? strlen(mo->fsname) : 0) + in fuse_mount_sys()
506 mo->fsname ? mo->fsname : (mo->subtype ? mo->subtype : devname)); in fuse_mount_sys()
512 if (mo->fsname) { in fuse_mount_sys()
515 mo->fsname); in fuse_mount_sys()
609 free(mo->fsname); in destroy_mount_opts()
Dmount_util.c88 static int add_mount(const char *progname, const char *fsname, in add_mount() argument
121 "-f", "-t", type, "-o", opts, fsname, mnt, NULL, &env); in add_mount()
139 int fuse_mnt_add_mount(const char *progname, const char *fsname, in fuse_mnt_add_mount() argument
145 return add_mount(progname, fsname, mnt, type, opts); 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/libfuse/util/
Dfusermount.c779 char *fsname = NULL; in do_mount() local
804 if (!get_string_opt(s, len, fsname_str, &fsname)) in do_mount()
876 source = malloc((fsname ? strlen(fsname) : 0) + in do_mount()
890 if (fsname) in do_mount()
891 strcpy(source, fsname); in do_mount()
899 if (fsname) { in do_mount()
901 sprintf(source, "%s#%s", subtype, fsname); in do_mount()
927 free(fsname); in do_mount()
933 free(fsname); in do_mount()
/third_party/libfuse/xfstests/
Dmount.fuse.passthrough17 exec "$PASSTHROUGH_PATH" -o fsname=$dev,allow_other "${source}" "$@"
/third_party/selinux/secilc/docs/
Dcil_file_labeling_statements.md120 (fsuse fstype fsname context_id)
145 <td align="left"><p><code>fsname</code></p></td>
190 (genfscon fsname path [file_type] context_id)
206 <td align="left"><p><code>fsname</code></p></td>
211 <td align="left"><p>If <code>fsname</code> is <code>proc</code>, then the partial path (see example…
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h54820 char *fsname; member