Lines Matching defs:root
86 struct dentry *graveyard, *cachedir, *root;
99 /* allocate the root index object */
113 /* look up the directory at the root of the cache */
119 root = path.dentry;
123 if (d_is_negative(root) ||
124 !d_backing_inode(root)->i_op->lookup ||
125 !d_backing_inode(root)->i_op->mkdir ||
126 !(d_backing_inode(root)->i_opflags & IOP_XATTR) ||
127 !root->d_sb->s_op->statfs ||
128 !root->d_sb->s_op->sync_fs)
132 if (sb_rdonly(root->d_sb))
137 ret = cachefiles_determine_cache_security(cache, root, &saved_cred);
189 cachedir = cachefiles_get_directory(cache, root, "cache");
203 graveyard = cachefiles_get_directory(cache, root, "graveyard");
226 dput(root);
243 dput(root);