Searched refs:xfile_discard (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | xfblob.c | 127 xfile_discard(blob->xfile, blob->last_offset, sizeof(key)); in xfblob_store() 149 xfile_discard(blob->xfile, cookie, sizeof(key) + key.xb_size); in xfblob_free() 166 xfile_discard(blob->xfile, PAGE_SIZE, MAX_LFS_FILESIZE - PAGE_SIZE); in xfblob_truncate()
|
D | xfile.h | 20 void xfile_discard(struct xfile *xf, loff_t pos, u64 count);
|
D | xfile.c | 316 xfile_discard( in xfile_discard() function
|
D | xfarray.c | 1071 xfile_discard(array->xfile, 0, MAX_LFS_FILESIZE); in xfarray_truncate()
|
D | trace.h | 1034 DEFINE_XFILE_EVENT(xfile_discard);
|
/linux-6.12.1/Documentation/filesystems/xfs/ |
D | xfs-online-fsck-design.rst | 2258 To free an xfbtree block, use ``xfile_discard`` (which internally uses
|