Lines Matching full:pointers
52 * Currently, only directories support parent pointers (in the form of '..'
63 * If parent pointers are enabled, we instead reconstruct the parent pointer
65 * system and translating the relevant dirents into parent pointers. In this
66 * case, it is advantageous to stash all parent pointers created from dirents
101 * Stash up to 8 pages of recovered parent pointers in pptr_recs and
128 * supports parent pointers.
135 * pointers, we use the findparent_* functions on this object and
138 * When parent pointers are enabled, the directory entry scanner uses
158 /* Have we seen any live updates of parent pointers recently? */
421 * whose parent pointers we're rebuilding, add a pptr to the temporary
504 * parent pointers we're rebuilding.
553 * into parent pointers.
622 * pointers. We end this function with an empty transaction and the in xrep_parent_scan_dirtree()
745 * Find the first parent of the scrub target by walking parent pointers for
1001 * Grab pointers to the scrub buffer so that we can use them to insert in xrep_parent_insert_xattr()
1066 * prevents anyone from adding xattrs (or parent pointers) while we're in xrep_parent_flush_xattrs()
1196 * parent pointers must have an attr fork because the parent pointer code does
1258 * Replay all the stashed parent pointers into the temporary file, copy all
1274 * update the parent pointers without holding IOLOCK. If we detect in xrep_parent_rebuild_pptrs()
1333 * We've committed the new parent pointers. Find at least one parent in xrep_parent_rebuild_pptrs()
1375 * Starting with metadir, we allow checking of parent pointers in xrep_parent_rebuild_tree()
1396 /* Count the number of parent pointers. */
1426 * parent pointers.
1438 /* Count parent pointers so we can reset the file link count. */ in xrep_parent_set_nondir_nlink()
1445 * Starting with metadir, we allow checking of parent pointers of in xrep_parent_set_nondir_nlink()
1599 * When the parent pointers feature is enabled, repairs are committed in xrep_parent()