Lines Matching refs:fid

13  * - FAN_REPORT_DFID_NAME (dir fid + name)
14 * - FAN_REPORT_DIR_FID (dir fid)
15 * - FAN_REPORT_DIR_FID | FAN_REPORT_FID (dir fid + child fid)
16 * - FAN_REPORT_DFID_NAME | FAN_REPORT_FID (dir fid + name + child fid)
17 * - FAN_REPORT_DFID_NAME_TARGET (dir fid + name + created/deleted file fid)
49 struct fanotify_fid_t *fid;
292 /* Save the mount root fid */
302 /* Save the subdir fid */
304 /* With FAN_REPORT_TARGET_FID, report subdir fid also for dirent events */
325 event_set[tst_count].fid = &root_fid;
333 /* Save the file fid */
335 /* With FAN_REPORT_TARGET_FID, report child fid also for dirent events */
354 event_set[tst_count].fid = &dir_fid;
361 * set and child fid is reported. If FAN_REPORT_FID is set but
367 event_set[tst_count].fid = &dir_fid;
378 event_set[tst_count].fid = &dir_fid;
391 * child fid records.
395 event_set[tst_count].fid = &dir_fid;
405 event_set[tst_count].fid = &dir_fid;
417 event_set[tst_count].fid = &file_fid;
428 event_set[tst_count].fid = &dir_fid;
444 event_set[tst_count].fid = &dir_fid;
453 event_set[tst_count].fid = &dir_fid;
488 event_set[tst_count].fid = &root_fid;
499 event_set[tst_count].fid = &root_fid;
505 event_set[tst_count].fid = &root_fid;
512 event_set[tst_count].fid = &root_fid;
530 struct fanotify_fid_t *expected_fid = expected->fid;
551 /* Is there a child fid after first fid record? */
566 /* The 2nd fid is same as 1st becaue we rename in same parent */
574 /* Self event on non-dir has only child fid */
602 "got event without fid: mask=%llx pid=%u fd=%d, "
719 * has the same fid as the source dir in 1st record.
720 * TODO: check the 2nd name and the 3rd child fid record.
724 expected_fid = expected->fid;