Lines Matching full:metadata
43 /* Set up an inode to be recognized as a metadata directory inode. */
63 /* Clear the metadata directory inode flag. */
77 * Is the amount of space that could be allocated towards a given metadata
86 * The amount of space that can be allocated to this metadata file is in xfs_metafile_resv_can_cover()
87 * the remaining reservation for the particular metadata file + the in xfs_metafile_resv_can_cover()
103 * Is this metadata file critically low on blocks? For now we'll define that
130 /* Allocate a block from the metadata file's reservation. */
144 * Allocate the blocks from the metadata inode's block reservation in xfs_metafile_resv_alloc_space()
182 /* Free a block to the metadata file's reservation. */
218 /* Release a metadata file's space reservation. */
223 /* Non-btree metadata inodes don't need space reservations. */ in xfs_metafile_resv_free()
238 /* Set up a metadata file's space reservation. */
254 * Space taken by all other metadata btrees are accounted on-disk as in xfs_metafile_resv_init()