/external/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify.h | 120 __kernel_fsid_t fsid; member 127 # define FSID_VAL_MEMBER(fsid, i) (fsid.__val[i]) argument 129 # define FSID_VAL_MEMBER(fsid, i) (fsid.val[i]) argument 137 static inline void fanotify_get_fid(const char *path, __kernel_fsid_t *fsid, in fanotify_get_fid() argument 146 memcpy(fsid, &stats.f_fsid, sizeof(stats.f_fsid)); in fanotify_get_fid()
|
D | fanotify15.c | 41 __kernel_fsid_t fsid; member 78 fanotify_get_fid(TEST_DIR, &event_set[count].fsid, in do_test() 89 fanotify_get_fid(FILE2, &event_set[count].fsid, in do_test() 105 fanotify_get_fid(TEST_DIR, &event_set[count].fsid, in do_test() 115 fanotify_get_fid(DIR2, &event_set[count].fsid, in do_test() 184 } else if (memcmp(&event_fid->fsid, &event_set[i].fsid, in do_test() 185 sizeof(event_set[i].fsid)) != 0) { in do_test() 195 FSID_VAL_MEMBER(event_fid->fsid, 0), in do_test() 196 FSID_VAL_MEMBER(event_fid->fsid, 1), in do_test()
|
D | fanotify13.c | 47 __kernel_fsid_t fsid; member 113 fanotify_get_fid(objects[i].path, &event_set[i].fsid, in get_object_stats() 133 !event_set[i].fsid.val[0] && in setup_marks() 134 !event_set[i].fsid.val[1]) { in setup_marks() 264 if (memcmp(&event_fid->fsid, &event_set[i].fsid, in do_test() 265 sizeof(event_set[i].fsid)) != 0) { in do_test() 278 FSID_VAL_MEMBER(event_fid->fsid, 0), in do_test() 279 FSID_VAL_MEMBER(event_fid->fsid, 1), in do_test()
|
/external/ltp/testcases/kernel/fs/fs_maim/ |
D | maimparts | 43 $fsid=0x83; 67 printf(CONFIG ",%d,%x\n",$psize,$fsid); # write the lines in cfg
|
/external/kernel-headers/original/uapi/linux/ |
D | dlm_plock.h | 38 __u32 fsid; member
|
D | cramfs_fs.h | 61 struct cramfs_info fsid; /* unique filesystem info */ member
|
D | fanotify.h | 143 __kernel_fsid_t fsid; member
|
D | btrfs_tree.h | 408 __u8 fsid[BTRFS_UUID_SIZE]; member
|
D | btrfs.h | 261 __u8 fsid[BTRFS_FSID_SIZE]; /* out */ member
|
/external/ltp/m4/ |
D | ltp-fanotify.m4 | 7 AC_CHECK_MEMBERS([struct fanotify_event_info_fid.fsid.__val],,,[#include <sys/fanotify.h>])
|
/external/python/cpython2/Demo/rpc/ |
D | nfsclient.py | 108 fsid = self.unpack_uint() 114 rdev, blocks, fsid, fileid, atime, mtime, ctime)
|
/external/tcpdump/ |
D | print-nfs.c | 788 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/ |
D | probe.h | 683 __u8 fsid[BTRFS_UUID_SIZE]; member 693 __u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */ member
|
D | probe.c | 1427 set_uuid(probe->dev, bs->fsid, 0); in probe_btrfs()
|
/external/strace/ |
D | btrfs.c | 762 btrfs_unparse_uuid(args.fsid, uuid); in MPERS_PRINTER_DECL()
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | avoid-infinite-recursion-1.ll | 63 %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/llvm-project/llvm/test/Analysis/ScalarEvolution/ |
D | avoid-infinite-recursion-1.ll | 64 %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/e2fsprogs/misc/ |
D | fuse2fs.c | 2354 uint64_t fsid, *f; in op_statfs() local 2384 fsid = *f; in op_statfs() 2386 fsid ^= *f; in op_statfs() 2387 buf->f_fsid = fsid; in op_statfs()
|
/external/vm_tools/p9/src/server/ |
D | mod.rs | 640 fsid: unsafe { mem::transmute(out.f_fsid) }, in statfs()
|
/external/vm_tools/p9/src/protocol/ |
D | messages.rs | 758 pub fsid: u64, field
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Path.inc | 498 "fsid length mismatch");
|
/external/llvm-project/llvm/lib/Support/Unix/ |
D | Path.inc | 518 "fsid length mismatch");
|