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

/linux-master/fs/overlayfs/
H A Ddir.c183 if (attr->hardlink) {
184 err = ovl_do_link(ofs, attr->hardlink, dir, newdentry);
259 * If @hardlink is false, then @inode is a pre-allocated inode, we may or
263 struct dentry *newdentry, bool hardlink)
274 if (!hardlink) {
304 /* Force lookup of new upper hardlink to find its lower */
305 if (hardlink)
330 if (!attr->hardlink && !IS_POSIXACL(udir))
348 err = ovl_instantiate(dentry, inode, newdentry, !!attr->hardlink);
457 bool hardlink local
262 ovl_instantiate(struct dentry *dentry, struct inode *inode, struct dentry *newdentry, bool hardlink) argument
[all...]
H A Doverlayfs.h840 struct dentry *hardlink; member in struct:ovl_cattr

Completed in 165 milliseconds