Home
last modified time | relevance | path

Searched refs:fsid (Results 1 – 21 of 21) sorted by relevance

/external/ltp/testcases/kernel/fs/fs_maim/
Dmaimparts43 $fsid=0x83;
67 printf(CONFIG ",%d,%x\n",$psize,$fsid); # write the lines in cfg
/external/u-boot/fs/btrfs/
Dsuper.c141 if (memcmp(sb->fsid, sb->dev_item.fsid, BTRFS_UUID_SIZE) != 0) { in btrfs_check_super()
Dctree.h78 __u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */ member
144 __u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */ member
Dbtrfs.c218 uuid_bin_to_str(btrfs_info.sb.fsid, uuid_str, UUID_STR_FORMAT_STD); in btrfs_uuid()
Dbtrfs_tree.h395 __u8 fsid[BTRFS_UUID_SIZE]; member
/external/kernel-headers/original/uapi/linux/
Ddlm_plock.h38 __u32 fsid; member
Dcramfs_fs.h61 struct cramfs_info fsid; /* unique filesystem info */ member
Dbtrfs_tree.h395 __u8 fsid[BTRFS_UUID_SIZE]; member
Dbtrfs.h230 __u8 fsid[BTRFS_FSID_SIZE]; /* out */ member
/external/python/cpython2/Demo/rpc/
Dnfsclient.py108 fsid = self.unpack_uint()
114 rdev, blocks, fsid, fileid, atime, mtime, ctime)
/external/u-boot/include/cramfs/
Dcramfs_fs.h60 struct cramfs_info fsid; /* unique filesystem info */ member
/external/u-boot/fs/cramfs/
Dcramfs.c365 super.fsid.crc, super.fsid.edition); in cramfs_info()
/external/tcpdump/
Dprint-nfs.c788 my_fsid fsid; in nfs_printfh() local
806 Parse_fh((const u_char *)dp, len, &fsid, &ino, NULL, &sfsname, 0); in nfs_printfh()
827 fsid.Fsid_dev.Major, fsid.Fsid_dev.Minor)); in nfs_printfh()
830 if(fsid.Fsid_dev.Minor == 257) in nfs_printfh()
832 ND_PRINT((ndo, "%s", fsid.Opaque_Handle)); in nfs_printfh()
/external/e2fsprogs/lib/blkid/
Dprobe.h683 __u8 fsid[BTRFS_UUID_SIZE]; member
693 __u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */ member
Dprobe.c1426 set_uuid(probe->dev, bs->fsid, 0); in probe_btrfs()
/external/syzkaller/sys/linux/
D9p.txt166 fsid int64
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
Davoid-infinite-recursion-1.ll64 %struct.fsid = type <{ [2 x i32] }>
133 …64, i64, i64, i64, i64, i64, i64, i64, i64, [10 x i64], i32, i32, %struct.fsid, [80 x i8], [16 x i…
/external/llvm/test/Analysis/ScalarEvolution/
Davoid-infinite-recursion-1.ll63 %struct.fsid = type <{ [2 x i32] }>
132 …64, i64, i64, i64, i64, i64, i64, i64, i64, [10 x i64], i32, i32, %struct.fsid, [80 x i8], [16 x i…
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
Davoid-infinite-recursion-1.ll63 %struct.fsid = type <{ [2 x i32] }>
132 …64, i64, i64, i64, i64, i64, i64, i64, i64, [10 x i64], i32, i32, %struct.fsid, [80 x i8], [16 x i…
/external/strace/
Dbtrfs.c762 btrfs_unparse_uuid(args.fsid, uuid); in MPERS_PRINTER_DECL()
/external/e2fsprogs/misc/
Dfuse2fs.c2352 uint64_t fsid, *f; in op_statfs() local
2382 fsid = *f; in op_statfs()
2384 fsid ^= *f; in op_statfs()
2385 buf->f_fsid = fsid; in op_statfs()