Searched refs:xfblob (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | xfblob.h | 9 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()
|
D | xfblob.c | 34 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()
|
D | dirtree.h | 135 struct xfblob *path_names;
|
D | parent_repair.c | 113 struct xfblob *pptr_names; 119 struct xfblob *xattr_blobs;
|
D | attr_repair.c | 95 struct xfblob *xattr_blobs; 113 struct xfblob *pptr_names;
|
D | parent.c | 242 struct xfblob *pptr_names;
|
D | dir.c | 73 struct xfblob *dir_names;
|
D | dir_repair.c | 125 struct xfblob *dir_names;
|
/linux-6.12.1/fs/xfs/ |
D | Makefile | 182 xfblob.o \
|
/linux-6.12.1/Documentation/filesystems/xfs/ |
D | xfs-online-fsck-design.rst | 2159 ``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 …]
|