Lines Matching defs:index
76 return ofs->config.nfs_export && ofs->config.index;
84 return ofs->config.nfs_export && ofs->config.index;
973 struct dentry *index = NULL;
984 pr_warn_ratelimited("cleanup linked index (%pd2, ino=%lu, nlink=%u)\n",
992 * the overlay nlink to the index inode nlink minus one for the
993 * index entry itself.
1001 index = ovl_lookup_upper(ofs, name.name, indexdir, name.len);
1002 err = PTR_ERR(index);
1003 if (IS_ERR(index)) {
1004 index = NULL;
1006 /* Whiteout orphan index to block future open by handle */
1008 dir, index);
1010 /* Cleanup orphan index entries */
1011 err = ovl_cleanup(ofs, dir, index);
1020 dput(index);
1024 pr_err("cleanup index of '%pd2' failed (%i)\n", dentry, err);
1042 * With inodes index is enabled, we store the union overlay nlink
1043 * in an xattr on the index inode. When whiting out an indexed lower,
1045 * first copy up, we have no upper index inode to store the xattr.
1048 * copy up to create the upper index. Creating the upper index will
1052 * TODO: implement metadata only index copy up when called with