Searched refs:submount_lookup (Results 1 – 2 of 2) sorted by relevance
104 fi->submount_lookup = NULL; in fuse_alloc_inode()166 if (fi->submount_lookup) { in fuse_evict_inode()167 fuse_cleanup_submount_lookup(fc, fi->submount_lookup); in fuse_evict_inode()168 fi->submount_lookup = NULL; in fuse_evict_inode()449 fi->submount_lookup = fuse_alloc_submount_lookup(); in fuse_iget()450 if (!fi->submount_lookup) { in fuse_iget()455 fuse_init_submount_lookup(fi->submount_lookup, nodeid); in fuse_iget()1584 sl = parent_fi->submount_lookup; in fuse_fill_super_submount()1588 fi->submount_lookup = sl; in fuse_fill_super_submount()
175 struct fuse_submount_lookup *submount_lookup; member