Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify.h199 __kernel_fsid_t fsid; member
221 # define FSID_VAL_MEMBER(fsid, i) (fsid.__val[i]) argument
223 # define FSID_VAL_MEMBER(fsid, i) (fsid.val[i]) argument
236 static inline void fanotify_get_fid(const char *path, __kernel_fsid_t *fsid, in fanotify_get_fid() argument
245 memcpy(fsid, &stats.f_fsid, sizeof(stats.f_fsid)); in fanotify_get_fid()
263 __kernel_fsid_t fsid; member
275 fanotify_get_fid(path, &fid->fsid, &fid->handle); in fanotify_save_fid()
278 "fid(%s) = %x.%x.%x.%x.%x...", path, fid->fsid.val[0], in fanotify_save_fid()
279 fid->fsid.val[1], fh[0], fh[1], fh[2]); in fanotify_save_fid()
Dfanotify13.c238 if (memcmp(&event_fid->fsid, &expected_fid->fsid, in do_test()
239 sizeof(expected_fid->fsid)) != 0) { in do_test()
252 FSID_VAL_MEMBER(event_fid->fsid, 0), in do_test()
253 FSID_VAL_MEMBER(event_fid->fsid, 1), in do_test()
Dfanotify22.c133 if (memcmp(&fid->fsid, &ex->fid->fsid, sizeof(fid->fsid))) { in check_error_event_info_fid()
135 ex->name, FSID_VAL_MEMBER(fid->fsid, 0), in check_error_event_info_fid()
136 ex->fid->fsid.val[0]); in check_error_event_info_fid()
Dfanotify15.c244 } else if (memcmp(&event_fid->fsid, &expected->fid->fsid, in do_test()
245 sizeof(event_fid->fsid)) != 0) { in do_test()
255 FSID_VAL_MEMBER(event_fid->fsid, 0), in do_test()
256 FSID_VAL_MEMBER(event_fid->fsid, 1), in do_test()
Dfanotify16.c452 } else if (memcmp(&event_fid->fsid, &expected_fid->fsid, in do_test()
453 sizeof(event_fid->fsid)) != 0) { in do_test()
462 FSID_VAL_MEMBER(event_fid->fsid, 0), in do_test()
463 FSID_VAL_MEMBER(event_fid->fsid, 1), in do_test()
464 expected_fid->fsid.val[0], in do_test()
465 expected_fid->fsid.val[1]); in do_test()
/third_party/ltp/testcases/kernel/fs/fs_maim/
Dmaimparts43 $fsid=0x83;
67 printf(CONFIG ",%d,%x\n",$psize,$fsid); # write the lines in cfg
/third_party/musl/ndk_musl_include/sys/
Dfanotify.h32 fsid_t fsid; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dfanotify.h32 fsid_t fsid; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dfanotify.h32 fsid_t fsid; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dfanotify.h32 fsid_t fsid; member
/third_party/musl/include/sys/
Dfanotify.h32 fsid_t fsid; member
/third_party/libfuse/doc/
DREADME.NFS3 You need to add an fsid=NNN option to /etc/exports to make exporting a
/third_party/ltp/
Dconfigure.ac152 AC_CHECK_MEMBERS([struct fanotify_event_info_fid.fsid.__val],,,[#include <sys/fanotify.h>])
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DPath.inc498 "fsid length mismatch");
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h15300 struct nfs_fsid fsid; member
15445 struct nfs_fsid fsid; member
15908 struct cramfs_info fsid; member
31631 __kernel_fsid_t fsid; member
49841 u64 fsid; member
/third_party/chromium/patch/
D0003-ohos-1115.patch41838 + file_system_context_->RevokeFileSystem(it.second.fsid);
41959 - file_system_context_->RevokeFileSystem(it->second.fsid);