Searched refs:xfs_iextents_copy (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_inode_fork.h | 94 int xfs_iextents_copy(struct xfs_inode *, struct xfs_bmbt_rec *,
|
H A D | xfs_inode_fork.c | 537 xfs_iextents_copy( in xfs_iextents_copy() function 622 (void)xfs_iextents_copy(ip, (xfs_bmbt_rec_t *)cp, in xfs_iflush_fork()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_inode_fork.h | 177 int xfs_iextents_copy(struct xfs_inode *, struct xfs_bmbt_rec *,
|
H A D | xfs_inode_fork.c | 555 xfs_iextents_copy( in xfs_iextents_copy() function 638 (void)xfs_iextents_copy(ip, (xfs_bmbt_rec_t *)cp, in xfs_iflush_fork()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_inode_item.c | 172 data_bytes = xfs_iextents_copy(ip, p, XFS_DATA_FORK); in xfs_inode_item_format_data_fork() 258 data_bytes = xfs_iextents_copy(ip, p, XFS_ATTR_FORK); in xfs_inode_item_format_attr_fork()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_inode_item.c | 320 data_bytes = xfs_iextents_copy(ip, p, XFS_DATA_FORK); in xfs_inode_item_format_data_fork() 401 data_bytes = xfs_iextents_copy(ip, p, XFS_ATTR_FORK); in xfs_inode_item_format_attr_fork()
|
Completed in 6 milliseconds