Searched refs:hardlink (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/overlayfs/
H A Ddir.c184 if (attr->hardlink) {
185 err = ovl_do_link(ofs, attr->hardlink, dir, newdentry);
260 * If @hardlink is false, then @inode is a pre-allocated inode, we may or
264 struct dentry *newdentry, bool hardlink, struct file *tmpfile)
274 if (!hardlink) {
307 /* Force lookup of new upper hardlink to find its lower */
308 if (hardlink)
349 err = ovl_instantiate(dentry, inode, newdentry, !!attr->hardlink, NULL);
458 bool hardlink = !!cattr->hardlink; local
263 ovl_instantiate(struct dentry *dentry, struct inode *inode, struct dentry *newdentry, bool hardlink, struct file *tmpfile) argument
[all...]
H A Doverlayfs.h843 struct dentry *hardlink; member in struct:ovl_cattr

Completed in 219 milliseconds