Home
last modified time | relevance | path

Searched refs:root_fid (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify15.c84 struct fanotify_fid_t root_fid, dir_fid, file_fid; in do_test() local
94 fanotify_save_fid(TEST_DIR, &root_fid); in do_test()
98 event_set[count].fid = &root_fid; in do_test()
150 event_set[count].fid = &root_fid; in do_test()
Dfanotify16.c160 struct fanotify_fid_t root_fid, dir_fid, file_fid; in do_test() local
173 fanotify_save_fid(MOUNT_PATH, &root_fid); in do_test()
190 event_set[tst_count].fid = &root_fid; in do_test()
307 event_set[tst_count].fid = &root_fid; in do_test()
312 event_set[tst_count].fid = &root_fid; in do_test()
/third_party/curl/tests/
Dsmbserver.py297 def get_share_path(self, conn_data, root_fid, tid): argument
301 if root_fid > 0:
303 path = conn_data["OpenedFiles"][root_fid]["FileName"]
/third_party/curl/lib/
Dsmb.c168 unsigned int root_fid; member