Home
last modified time | relevance | path

Searched refs:dir_names (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/scrub/
H A Ddir_repair.c125 struct xfblob *dir_names; member
175 xfblob_destroy(rd->dir_names); in xrep_dir_teardown()
339 error = xfblob_storename(rd->dir_names, &dirent.name_cookie, name); in xrep_dir_stash_createname()
366 error = xfblob_storename(rd->dir_names, &dirent.name_cookie, name); in xrep_dir_stash_removename()
855 error = xfblob_loadname(rd->dir_names, dirent.name_cookie, in xrep_dir_replay_updates()
870 xfblob_truncate(rd->dir_names); in xrep_dir_replay_updates()
946 bytes = xfarray_bytes(rd->dir_entries) + xfblob_bytes(rd->dir_names); in xrep_dir_want_flush_stashed()
1799 error = xfblob_create(descr, &rd->dir_names); in xrep_dir_setup_scan()
1815 xfblob_destroy(rd->dir_names); in xrep_dir_setup_scan()
1816 rd->dir_names = NULL; in xrep_dir_setup_scan()