Searched refs:hardlink (Results 1 – 4 of 4) sorted by relevance
153 if (attr->hardlink) { in ovl_create_real()154 err = ovl_do_link(ofs, attr->hardlink, dir, newdentry); in ovl_create_real()245 if (!hardlink) { in ovl_instantiate()280 if (hardlink) in ovl_instantiate()430 bool hardlink = !!cattr->hardlink; in ovl_create_over_whiteout() local435 if (!hardlink) { in ovl_create_over_whiteout()464 if (!hardlink && in ovl_create_over_whiteout()477 if (!hardlink) { in ovl_create_over_whiteout()489 if (!hardlink && S_ISDIR(cattr->mode)) { in ovl_create_over_whiteout()516 if (!hardlink) { in ovl_create_over_whiteout()[all …]
835 struct dentry *hardlink; member
196 A long-standing class of security issues is the hardlink-based199 is to cross privilege boundaries when following a given hardlink (i.e. a200 root process follows a hardlink created by another user). Additionally,205 When set to "0", hardlink creation behavior is unrestricted.
4519 | to handle the maximum hardlink count of any file. |