Searched refs:find_inode (Results 1 – 2 of 2) sorted by relevance
/fs/ |
D | inode.c | 515 static struct inode * find_inode(struct super_block * sb, struct hlist_head *head, int (*test)(stru… in find_inode() function 684 old = find_inode(sb, head, test, data); in get_new_inode() 843 inode = find_inode(sb, head, test, data); in ifind() 1081 old = find_inode(sb, head, test, data); in insert_inode_locked4()
|
/fs/notify/inotify/ |
D | inotify_user.c | 366 static int find_inode(const char __user *dirname, struct path *path, in find_inode() function 701 ret = find_inode(pathname, &path, flags); in SYSCALL_DEFINE3()
|