Lines Matching defs:child
347 * the child entry name information, we report FAN_ONDIR for mkdir/rmdir
356 * that event happened on child.
476 * FAN_REPORT_FID is ambiguous in that it reports the fid of the child for
479 * With the FAN_REPORT_TARGET_FID flag, the fid of the child is reported
481 * and the name of the child.
495 * With the group flag FAN_REPORT_TARGET_FID, always report the child fid.
498 * fid on dirent events and the child fid otherwise.
501 * FS_ATTRIB reports the child fid even if reported on a watched parent.
503 * and reports the created child fid with FAN_REPORT_TARGET_FID.
600 struct inode *child,
612 unsigned int child_fh_len = fanotify_encode_fh_len(child);
646 len = fanotify_encode_fh(ffh, child, child_fh_len, hash, 0);
725 struct inode *child = NULL;
733 * For certain events and group flags, report the child fid
734 * in addition to reporting the parent fid and maybe child name.
737 child = id;
749 * record the fid of the parent and the name of the child.
752 * fanotify_name_event if reporting both parent and child fids.
755 name_event = !!child;
813 } else if (name_event && (file_name || moved || child)) {
814 event = fanotify_alloc_name_event(dirid, fsid, file_name, child,