Searched refs:hardlink (Results 1 – 4 of 4) sorted by relevance
183 if (attr->hardlink) { in ovl_create_real()184 err = ovl_do_link(ofs, attr->hardlink, dir, newdentry); in ovl_create_real()263 struct dentry *newdentry, bool hardlink) in ovl_instantiate() argument274 if (!hardlink) { 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 = !!cattr->hardlink; in ovl_create_over_whiteout() local462 if (!hardlink) { in ovl_create_over_whiteout()491 if (!hardlink && in ovl_create_over_whiteout()[all …]
785 struct dentry *hardlink; member
191 A long-standing class of security issues is the hardlink-based194 is to cross privilege boundaries when following a given hardlink (i.e. a195 root process follows a hardlink created by another user). Additionally,200 When set to "0", hardlink creation behavior is unrestricted.
4520 | to handle the maximum hardlink count of any file. |