Lines Matching defs:root
108 struct dentry *dentry, *root;
177 root = sb->s_root;
178 inode_lock(d_inode(root));
181 dentry = lookup_one_len(name, root, name_len);
183 inode_unlock(d_inode(root));
191 inode_unlock(d_inode(root));
198 fsnotify_create(root->d_inode, dentry);
199 inode_unlock(d_inode(root));
305 struct binderfs_info *info = BINDERFS_SB(fc->root->d_sb);
315 static int binderfs_show_options(struct seq_file *seq, struct dentry *root)
317 struct binderfs_info *info = BINDERFS_SB(root->d_sb);
388 struct dentry *root = sb->s_root;
435 dentry = d_alloc_name(root, "binder-control");
650 * The binderfs filesystem can be mounted by userns root in a
652 * set in s_iflags to prevent security issues where userns root can
656 * is through the binder-control device which userns root is explicitly