Searched refs:hardlink (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | dir.c | 182 if (attr->hardlink) { in ovl_create_real() 183 err = ovl_do_link(attr->hardlink, dir, newdentry); in ovl_create_real() 256 * If @hardlink is false, then @inode is a pre-allocated inode, we may or 260 struct dentry *newdentry, bool hardlink) in ovl_instantiate() 271 if (!hardlink) { in ovl_instantiate() 301 /* Force lookup of new upper hardlink to find its lower */ in ovl_instantiate() 302 if (hardlink) in ovl_instantiate() 326 if (!attr->hardlink && !IS_POSIXACL(udir)) in ovl_create_upper() 344 err = ovl_instantiate(dentry, inode, newdentry, !!attr->hardlink); in ovl_create_upper() 467 bool hardlink in ovl_create_over_whiteout() local 259 ovl_instantiate(struct dentry *dentry, struct inode *inode, struct dentry *newdentry, bool hardlink) ovl_instantiate() argument [all...] |
H A D | overlayfs.h | 519 struct dentry *hardlink; member
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | dir.c | 183 if (attr->hardlink) { in ovl_create_real() 184 err = ovl_do_link(ofs, attr->hardlink, dir, newdentry); in ovl_create_real() 259 * If @hardlink is false, then @inode is a pre-allocated inode, we may or 263 struct dentry *newdentry, bool hardlink) in ovl_instantiate() 274 if (!hardlink) { in ovl_instantiate() 304 /* Force lookup of new upper hardlink to find its lower */ in ovl_instantiate() 305 if (hardlink) in ovl_instantiate() 330 if (!attr->hardlink && !IS_POSIXACL(udir)) in ovl_create_upper() 348 err = ovl_instantiate(dentry, inode, newdentry, !!attr->hardlink); in ovl_create_upper() 457 bool hardlink in ovl_create_over_whiteout() local 262 ovl_instantiate(struct dentry *dentry, struct inode *inode, struct dentry *newdentry, bool hardlink) ovl_instantiate() argument [all...] |
H A D | overlayfs.h | 793 struct dentry *hardlink; member
|
/kernel/linux/linux-5.10/io_uring/ |
H A D | io_uring.c | 858 struct io_hardlink hardlink; member
|
Completed in 20 milliseconds