Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/
Dxfblob.h9 struct xfblob { struct
16 int xfblob_create(const char *descr, struct xfblob **blobp); argument
17 void xfblob_destroy(struct xfblob *blob);
18 int xfblob_load(struct xfblob *blob, xfblob_cookie cookie, void *ptr,
20 int xfblob_store(struct xfblob *blob, xfblob_cookie *cookie, const void *ptr,
22 int xfblob_free(struct xfblob *blob, xfblob_cookie cookie);
23 unsigned long long xfblob_bytes(struct xfblob *blob);
24 void xfblob_truncate(struct xfblob *blob);
28 struct xfblob *blob, in xfblob_storename()
37 struct xfblob *blob, in xfblob_loadname()
Dxfblob.c34 struct xfblob **blobp) in xfblob_create()
36 struct xfblob *blob; in xfblob_create()
44 blob = kmalloc(sizeof(struct xfblob), XCHK_GFP_FLAGS); in xfblob_create()
64 struct xfblob *blob) in xfblob_destroy()
73 struct xfblob *blob, in xfblob_load()
101 struct xfblob *blob, in xfblob_store()
134 struct xfblob *blob, in xfblob_free()
156 struct xfblob *blob) in xfblob_bytes()
164 struct xfblob *blob) in xfblob_truncate()
Ddirtree.h135 struct xfblob *path_names;
Dparent_repair.c113 struct xfblob *pptr_names;
119 struct xfblob *xattr_blobs;
Dattr_repair.c95 struct xfblob *xattr_blobs;
113 struct xfblob *pptr_names;
Dparent.c242 struct xfblob *pptr_names;
Ddir.c73 struct xfblob *dir_names;
Ddir_repair.c125 struct xfblob *dir_names;
/linux-6.12.1/fs/xfs/
DMakefile182 xfblob.o \
/linux-6.12.1/Documentation/filesystems/xfs/
Dxfs-online-fsck-design.rst2159 ``xfblob`` abstraction was created to simplify management of these blobs
4360 xfblob.
4362 2. If the memory usage of the xfarray and xfblob exceed a certain amount of
4419 3. If the memory usage of the xfarray and xfblob exceed a certain amount of
4579 an xfblob for storing entry names, and an xfarray for stashing the fixed
4591 xfblob and xfarray, respectively.
4601 dirent update in the xfblob and xfarray for later.
4627 an xfblob for storing parent pointer names, and an xfarray for stashing the
4639 xfblob and xfarray, respectively.
4649 update in the xfblob and xfarray for later.
[all …]