Lines Matching refs:id
467 static struct fanotify_event *fanotify_alloc_fid_event(struct inode *id, in fanotify_alloc_fid_event() argument
479 fanotify_encode_fh(&ffe->object_fh, id, fanotify_encode_fh_len(id), in fanotify_alloc_fid_event()
485 static struct fanotify_event *fanotify_alloc_name_event(struct inode *id, in fanotify_alloc_name_event() argument
494 unsigned int dir_fh_len = fanotify_encode_fh_len(id); in fanotify_alloc_name_event()
512 info->dir_fh_totlen = fanotify_encode_fh(dfh, id, dir_fh_len, 0); in fanotify_alloc_name_event()
521 __func__, id->i_ino, size, dir_fh_len, child_fh_len, in fanotify_alloc_name_event()
535 struct inode *id = fanotify_fid_inode(mask, data, data_type, dir); in fanotify_alloc_event() local
550 id != dirid && !(mask & FAN_ONDIR)) in fanotify_alloc_event()
551 child = id; in fanotify_alloc_event()
553 id = dirid; in fanotify_alloc_event()
594 event = fanotify_alloc_name_event(id, fsid, file_name, child, in fanotify_alloc_event()
597 event = fanotify_alloc_fid_event(id, fsid, gfp); in fanotify_alloc_event()
610 fanotify_init_event(event, (unsigned long)id, mask); in fanotify_alloc_event()