Home
last modified time | relevance | path

Searched refs:xfs_bmap_split_extent (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_bmap.h225 int xfs_bmap_split_extent(struct xfs_inode *ip, xfs_fileoff_t split_offset);
Dxfs_bmap.c6027 xfs_bmap_split_extent( in xfs_bmap_split_extent() function
/Linux-v5.4/fs/xfs/
Dxfs_bmap_util.c1323 error = xfs_bmap_split_extent(ip, stop_fsb); in xfs_insert_file_space()