Home
last modified time | relevance | path

Searched refs:xfs_fileoff_t (Results 1 – 25 of 36) sorted by relevance

12

/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.h19 xfs_fileoff_t rbmoff; /* bitmap block number */
20 xfs_fileoff_t sumoff; /* summary block number */
164 xfs_fileoff_t off) in xfs_fileoff_roundup_rtx()
173 xfs_fileoff_t off) in xfs_fileoff_rounddown_rtx()
179 static inline xfs_fileoff_t
210 xfs_fileoff_t rbmoff) in xfs_rbmblock_to_rtx()
272 xfs_fileoff_t rbmoff) in xfs_rtsumoffs()
281 static inline xfs_fileoff_t
386 int xfs_rtbitmap_read_buf(struct xfs_rtalloc_args *args, xfs_fileoff_t block);
387 int xfs_rtsummary_read_buf(struct xfs_rtalloc_args *args, xfs_fileoff_t block);
[all …]
H A Dxfs_types.h36 typedef uint64_t xfs_fileoff_t; /* block number in a file */ typedef
55 #define NULLFILEOFF ((xfs_fileoff_t)-1)
156 xfs_fileoff_t br_startoff; /* starting file offset */
280 bool xfs_verify_dablk(struct xfs_mount *mp, xfs_fileoff_t off);
283 bool xfs_verify_fileoff(struct xfs_mount *mp, xfs_fileoff_t off);
284 bool xfs_verify_fileext(struct xfs_mount *mp, xfs_fileoff_t off,
285 xfs_fileoff_t len);
H A Dxfs_inode_fork.h195 struct xfs_ifork *ifp, xfs_fileoff_t bno,
199 struct xfs_ifork *ifp, xfs_fileoff_t *end,
H A Dxfs_bmap_btree.h29 extern xfs_fileoff_t xfs_bmbt_disk_get_startoff(const struct xfs_bmbt_rec *r);
H A Dxfs_da_btree.h214 int xfs_da_grow_inode_int(struct xfs_da_args *args, xfs_fileoff_t *bno,
H A Dxfs_btree.h455 #define XFS_FILEOFF_MIN(a,b) min_t(xfs_fileoff_t, (a), (b))
456 #define XFS_FILEOFF_MAX(a,b) max_t(xfs_fileoff_t, (a), (b))
H A Dxfs_dir2.c272 xfs_fileoff_t eof; in xfs_dir2_format()
615 xfs_fileoff_t bno; /* directory offset of new block */ in xfs_dir2_grow_inode()
659 xfs_fileoff_t bno; /* directory file offset */ in xfs_dir2_shrink_inode()
H A Dxfs_dir2_priv.h156 extern int xfs_dir2_node_trim_free(struct xfs_da_args *args, xfs_fileoff_t fo,
/linux/fs/xfs/
H A Dxfs_iomap.h15 int xfs_iomap_write_direct(struct xfs_inode *ip, xfs_fileoff_t offset_fsb,
16 xfs_fileoff_t count_fsb, unsigned int flags,
19 xfs_fileoff_t xfs_iomap_eof_align_last_fsb(struct xfs_inode *ip,
20 xfs_fileoff_t end_fsb);
34 xfs_fileoff_t offset_fsb, in xfs_aligned_fsb_count()
H A Dxfs_iomap.c176 xfs_fileoff_t offset_fsb, in xfs_hole_to_iomap()
177 xfs_fileoff_t end_fsb) in xfs_hole_to_iomap()
189 static inline xfs_fileoff_t in xfs_iomap_end_fsb()
232 xfs_fileoff_t in xfs_iomap_eof_align_last_fsb()
235 xfs_fileoff_t end_fsb) in xfs_iomap_eof_align_last_fsb()
256 xfs_fileoff_t aligned_end_fsb = roundup_64(end_fsb, align); in xfs_iomap_eof_align_last_fsb()
270 xfs_fileoff_t offset_fsb, in xfs_iomap_write_direct()
271 xfs_fileoff_t count_fsb, in xfs_iomap_write_direct()
490 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_prealloc_size()
620 xfs_fileoff_t offset_fs in xfs_iomap_write_unwritten()
[all...]
H A Dxfs_reflink.h39 xfs_fileoff_t offset_fsb, xfs_filblks_t count_fsb);
42 struct xfs_trans **tpp, xfs_fileoff_t offset_fsb,
43 xfs_fileoff_t end_fsb, bool cancel_real);
H A Dxfs_rtalloc.c47 xfs_fileoff_t bbno, /* bitmap block number */ in xfs_rtany_summary()
103 xfs_fileoff_t bbno; /* bitmap block number */ in xfs_rtcopy_summary()
245 xfs_fileoff_t bbno, /* bitmap block number */ in xfs_rtallocate_extent_block()
416 xfs_fileoff_t bbno; /* bitmap block number */ in xfs_rtallocate_extent_near()
561 xfs_fileoff_t i; /* bitmap block number */ in xfs_rtalloc_sumlevel()
805 xfs_fileoff_t bmbno) in xfs_growfs_rt_nrblocks()
947 xfs_fileoff_t bmbno) in xfs_growfs_rt_bmblock()
1107 static xfs_fileoff_t
1113 xfs_fileoff_t bmbno = 0; in xfs_last_rt_bmblock_to_extend()
1205 xfs_fileoff_t bmbno; in xfs_growfs_rtg()
[all …]
H A Dxfs_fsmap.h18 xfs_fileoff_t fmr_offset; /* file offset of segment */
H A Dxfs_bmap_util.h51 xfs_fileoff_t *offp, xfs_extlen_t *lenp);
H A Dxfs_trace.h677 __field(xfs_fileoff_t, startoff)
1821 __field(xfs_fileoff_t, startoff)
1930 TP_PROTO(struct xfs_inode *ip, xfs_fileoff_t fileoff, xfs_filblks_t len,
1937 __field(xfs_fileoff_t, fileoff)
3379 __field(xfs_fileoff_t, l_loff)
3446 __field(xfs_fileoff_t, l_loff)
4053 __field(xfs_fileoff_t, lblk)
4172 TP_PROTO(struct xfs_inode *src, xfs_fileoff_t soffset,
4174 xfs_fileoff_t doffset),
4179 __field(xfs_fileoff_t, src_lbl
[all...]
H A Dxfs_attr_inactive.c53 error = xfs_bmapi_read(dp, (xfs_fileoff_t)blkno, blkcnt, in xfs_attr3_rmt_stale()
/linux/fs/xfs/scrub/
H A Dquota.c85 xfs_fileoff_t offset) in xchk_quota_item_bmap()
125 xfs_fileoff_t offset, in xchk_quota_item_timer()
147 xfs_fileoff_t offset; in xchk_quota_item()
269 xfs_fileoff_t max_dqid_off; in xchk_quota_data_fork()
H A Drtsummary.c171 xfs_fileoff_t rbmoff; in xchk_rtsum_record_free()
235 xfs_fileoff_t off = 0; in xchk_rtsum_compare()
236 xfs_fileoff_t endoff; in xchk_rtsum_compare()
H A Dcow_repair.c99 xfs_fileoff_t startoff; in xrep_cow_mark_file_range()
479 xfs_fileoff_t startoff, in xrep_cow_find_mapping()
559 xfs_fileoff_t startoff, in xrep_cow_replace_range()
566 xfs_fileoff_t nextoff; in xrep_cow_replace_range()
584 alloc_len = min_t(xfs_fileoff_t, XFS_MAX_BMBT_EXTLEN, in xrep_cow_replace_range()
H A Dtempexch.h15 xfs_fileoff_t off, xfs_filblks_t len, struct xrep_tempexch *ti);
H A Doff_bitmap.h26 xfs_fileoff_t off, xfs_filblks_t len) in xoff_bitmap_set()
H A Drtbitmap.c154 xfs_fileoff_t off = 0; in xchk_rtbitmap_check_extents()
155 xfs_fileoff_t endoff; in xchk_rtbitmap_check_extents()
H A Dbmap_repair.c132 xfs_fileoff_t startoff, in xrep_bmap_from_rmap()
304 xfs_fileoff_t ao = xfs_bmbt_disk_get_startoff(ba); in xrep_bmap_extent_cmp()
305 xfs_fileoff_t bo = xfs_bmbt_disk_get_startoff(bb); in xrep_bmap_extent_cmp()
323 xfs_fileoff_t next_off = 0; in xrep_bmap_sort_records()
H A Ddir.c89 xfs_fileoff_t offset, in xchk_dir_check_ftype()
799 xfs_fileoff_t leaf_lblk; in xchk_directory_blocks()
800 xfs_fileoff_t free_lblk; in xchk_directory_blocks()
801 xfs_fileoff_t lblk; in xchk_directory_blocks()
H A Dtrace.h330 xfs_fileoff_t offset, int error, void *ret_ip),
337 __field(xfs_fileoff_t, offset)
429 xfs_fileoff_t offset, void *ret_ip),
436 __field(xfs_fileoff_t, offset)
459 xfs_fileoff_t offset, void *ret_ip), \
476 __field(xfs_fileoff_t, startoff)
2204 __field(xfs_fileoff_t, lblk)
2650 xfs_fileoff_t startoff, xfs_filblks_t blockcount),
2656 __field(xfs_fileoff_t, startoff)
2682 __field(xfs_fileoff_t, startoff)
[all …]

12