Searched refs:xfs_fsize_t (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/fs/xfs/ |
| H A D | xfs_inode.h | 58 xfs_fsize_t i_disk_size; /* number of bytes in file */ 192 static inline xfs_fsize_t XFS_ISIZE(struct xfs_inode *ip) in XFS_ISIZE() 203 static inline xfs_fsize_t 204 xfs_new_eof(struct xfs_inode *ip, xfs_fsize_t new_size) in xfs_new_eof() 206 xfs_fsize_t i_size = i_size_read(VFS_I(ip)); in xfs_new_eof() 582 struct xfs_inode *, int, xfs_fsize_t, int); 601 xfs_fsize_t new_size) in xfs_itruncate_extents()
|
| H A D | xfs_symlink.c | 37 xfs_fsize_t pathlen; in xfs_readlink()
|
| H A D | xfs_aops.c | 58 xfs_fsize_t isize; in xfs_setfilesize()
|
| H A D | xfs_trace.h | 1629 __field(xfs_fsize_t, size) 1753 TP_PROTO(struct xfs_inode *ip, xfs_fsize_t new_size), 1758 __field(xfs_fsize_t, size) 1759 __field(xfs_fsize_t, new_size) 1776 TP_PROTO(struct xfs_inode *ip, xfs_fsize_t new_size), \ 1787 __field(xfs_fsize_t, size) 1813 __field(xfs_fsize_t, size) 5452 __field(xfs_fsize_t, isize1) 5453 __field(xfs_fsize_t, isize2) 5454 __field(xfs_fsize_t, new_isize1) [all …]
|
| H A D | xfs_iomap.c | 613 xfs_fsize_t i_size; in xfs_iomap_write_unwritten()
|
| H A D | xfs_inode.c | 1029 xfs_fsize_t new_size, in xfs_itruncate_extents_flags()
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_exchmaps.h | 24 xfs_fsize_t xmi_isize1; 25 xfs_fsize_t xmi_isize2;
|
| H A D | xfs_types.h | 20 typedef int64_t xfs_fsize_t; /* bytes in a file */ typedef
|
| H A D | xfs_exchmaps.c | 88 xfs_fsize_t new_isize) in xfs_exchmaps_update_size() 91 xfs_fsize_t len; in xfs_exchmaps_update_size()
|
| H A D | xfs_log_format.h | 435 xfs_fsize_t di_size; /* number of bytes in file */
|
| H A D | xfs_dir2.c | 638 xfs_fsize_t size; /* directory file (data) size */ in xfs_dir2_grow_inode()
|
| H A D | xfs_format.h | 491 #define XFS_FSB_TO_B(mp,fsbno) ((xfs_fsize_t)(fsbno) << (mp)->m_sb.sb_blocklog)
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | trace.h | 2478 __field(xfs_fsize_t, size)
|
| /linux-6.15/Documentation/filesystems/xfs/ |
| H A D | xfs-online-fsck-design.rst | 4101 xfs_fsize_t xmi_isize1; 4102 xfs_fsize_t xmi_isize2;
|