Lines Matching defs:root
116 struct dentry *dentry, *root;
185 root = sb->s_root;
186 inode_lock(d_inode(root));
189 dentry = lookup_one_len(name, root, name_len);
191 inode_unlock(d_inode(root));
199 inode_unlock(d_inode(root));
206 fsnotify_create(root->d_inode, dentry);
207 inode_unlock(d_inode(root));
313 struct binderfs_info *info = BINDERFS_SB(fc->root->d_sb);
323 static int binderfs_show_options(struct seq_file *seq, struct dentry *root)
325 struct binderfs_info *info = BINDERFS_SB(root->d_sb);
398 struct dentry *root = sb->s_root;
445 dentry = d_alloc_name(root, "binder-control");
666 * The binderfs filesystem can be mounted by userns root in a
668 * set in s_iflags to prevent security issues where userns root can
672 * is through the binder-control device which userns root is explicitly