Searched refs:root_fid (Results 1 – 4 of 4) sorted by relevance
84 struct fanotify_fid_t root_fid, dir_fid, file_fid; in do_test() local94 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()
160 struct fanotify_fid_t root_fid, dir_fid, file_fid; in do_test() local173 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()
297 def get_share_path(self, conn_data, root_fid, tid): argument301 if root_fid > 0:303 path = conn_data["OpenedFiles"][root_fid]["FileName"]
168 unsigned int root_fid; member