Searched refs:submount_lookup (Results 1 – 2 of 2) sorted by relevance
110 fi->submount_lookup = NULL; in fuse_alloc_inode()178 if (fi->submount_lookup) { in fuse_evict_inode()179 fuse_cleanup_submount_lookup(fc, fi->submount_lookup); in fuse_evict_inode()180 fi->submount_lookup = NULL; in fuse_evict_inode()489 fi->submount_lookup = fuse_alloc_submount_lookup(); in fuse_iget()490 if (!fi->submount_lookup) { in fuse_iget()495 fuse_init_submount_lookup(fi->submount_lookup, nodeid); in fuse_iget()1728 sl = parent_fi->submount_lookup; in fuse_fill_super_submount()1732 fi->submount_lookup = sl; in fuse_fill_super_submount()
211 struct fuse_submount_lookup *submount_lookup; member