Searched refs:xfile_create (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | xfile.h | 13 int xfile_create(const char *description, loff_t isize, struct xfile **xfilep);
|
D | xfblob.c | 40 error = xfile_create(description, 0, &xfile); in xfblob_create()
|
D | xfile.c | 51 xfile_create( in xfile_create() function
|
D | rtsummary.c | 66 error = xfile_create(descr, XFS_FSB_TO_B(mp, mp->m_rsumblocks), in xchk_setup_rtsummary()
|
D | xfarray.c | 82 error = xfile_create(description, 0, &xfile); in xfarray_create()
|
D | trace.h | 956 TRACE_EVENT(xfile_create,
|
/linux-6.12.1/Documentation/filesystems/xfs/ |
D | xfs-online-fsck-design.rst | 2267 1. Call ``xfile_create`` to create an xfile.
|