Searched refs:fanotify_encode_fh (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/notify/fanotify/ |
| H A D | fanotify.c | 337 static int fanotify_encode_fh(struct fanotify_fh *fh, struct inode *inode, in fanotify_encode_fh() function 479 fanotify_encode_fh(&ffe->object_fh, id, fanotify_encode_fh_len(id), in fanotify_alloc_fid_event() 512 info->dir_fh_totlen = fanotify_encode_fh(dfh, id, dir_fh_len, 0); in fanotify_alloc_name_event() 515 info->file_fh_totlen = fanotify_encode_fh(ffh, child, child_fh_len, 0); in fanotify_alloc_name_event()
|