Lines Matching refs:index
359 /* Store file handle of @upper dir in @index dir entry */
361 struct dentry *index)
370 err = ovl_do_setxattr(ofs, index, OVL_XATTR_UPPER, fh->buf, fh->fb.len);
377 * Create and install index entry.
386 struct dentry *index = NULL;
392 * For now this is only used for creating index entry for directories,
393 * because non-dir are copied up directly to index and then hardlinked
396 * TODO: implement create index for non-dir, so we can call it when
397 * encoding file handle for non-dir in case index does not exist.
419 index = lookup_one_len(name.name, indexdir, name.len);
420 if (IS_ERR(index)) {
421 err = PTR_ERR(index);
423 err = ovl_do_rename(dir, temp, dir, index, 0);
424 dput(index);
709 * Indexed non-dir is copied up directly to the index entry and then
711 * then index entry is created and then copied up dir installed.
731 /* Disconnected dentry must be copied up to index dir */
938 * In this case, we will copy up lower inode to index dir without