Home
last modified time | relevance | path

Searched refs:xfs_off_t (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_bmap_util.h58 int xfs_alloc_file_space(struct xfs_inode *ip, xfs_off_t offset,
59 xfs_off_t len, int alloc_type);
60 int xfs_free_file_space(struct xfs_inode *ip, xfs_off_t offset,
61 xfs_off_t len);
62 int xfs_zero_file_space(struct xfs_inode *ip, xfs_off_t offset,
63 xfs_off_t len);
64 int xfs_collapse_file_space(struct xfs_inode *, xfs_off_t offset,
65 xfs_off_t len);
66 int xfs_insert_file_space(struct xfs_inode *, xfs_off_t offset,
67 xfs_off_t len);
Dxfs_iomap.h24 int xfs_iomap_write_direct(struct xfs_inode *, xfs_off_t, size_t,
26 int xfs_iomap_write_delay(struct xfs_inode *, xfs_off_t, size_t,
28 int xfs_iomap_write_allocate(struct xfs_inode *, xfs_off_t,
30 int xfs_iomap_write_unwritten(struct xfs_inode *, xfs_off_t, xfs_off_t);
Dxfs_bmap_util.c70 xfs_off_t count_fsb) in xfs_zero_extent()
954 xfs_off_t offset, in xfs_alloc_file_space()
955 xfs_off_t len, in xfs_alloc_file_space()
959 xfs_off_t count; in xfs_alloc_file_space()
1122 xfs_off_t startoff, in xfs_zero_remaining_bytes()
1123 xfs_off_t endoff) in xfs_zero_remaining_bytes()
1127 xfs_off_t lastoffset; in xfs_zero_remaining_bytes()
1128 xfs_off_t offset; in xfs_zero_remaining_bytes()
1206 xfs_off_t offset, in xfs_free_file_space()
1207 xfs_off_t len) in xfs_free_file_space()
[all …]
Dxfs_iomap.c115 xfs_off_t offset, in xfs_iomap_write_direct()
293 xfs_off_t offset, in xfs_iomap_eof_want_preallocate()
364 xfs_off_t offset, in xfs_iomap_eof_prealloc_initial_size()
475 xfs_off_t offset, in xfs_iomap_prealloc_size()
571 xfs_off_t offset, in xfs_iomap_write_delay()
578 xfs_off_t aligned_offset; in xfs_iomap_write_delay()
686 xfs_off_t offset, in xfs_iomap_write_allocate()
841 xfs_off_t offset, in xfs_iomap_write_unwritten()
842 xfs_off_t count) in xfs_iomap_write_unwritten()
Dxfs_aops.c138 xfs_off_t offset, in xfs_setfilesize()
348 xfs_off_t offset) in xfs_imap_valid()
572 xfs_off_t offset, in xfs_add_to_ioend()
603 xfs_off_t offset) in xfs_map_buffer()
607 xfs_off_t iomap_offset = XFS_FSB_TO_B(m, imap->br_startoff); in xfs_map_buffer()
627 xfs_off_t offset) in xfs_map_at_offset()
697 xfs_off_t end_offset; in xfs_convert_page()
702 xfs_off_t offset = page_offset(page); in xfs_convert_page()
729 (xfs_off_t)(page->index + 1) << PAGE_CACHE_SHIFT, in xfs_convert_page()
1002 end_offset = (xfs_off_t)(page->index + 1) << PAGE_CACHE_SHIFT; in xfs_vm_writepage()
[all …]
Dxfs_ioctl32.h118 xfs_off_t sx_offset; /* offset into file */
119 xfs_off_t sx_length; /* leng from offset */
Dxfs_aops.h50 xfs_off_t io_offset; /* offset in the file */
Dxfs_mount.h342 xfs_off_t count_fsb);
Dxfs_linux.h35 typedef __s64 xfs_off_t; /* <file offset> type */ typedef
Dxfs_pnfs.c223 xfs_off_t isize) in xfs_pnfs_validate_isize()
Dxfs_trace.h1226 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count,
1266 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, \
1280 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count),
1310 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), \
1348 TP_PROTO(struct xfs_inode *ip, xfs_off_t start, xfs_off_t finish),
1354 __field(xfs_off_t, start)
1355 __field(xfs_off_t, finish)
Dxfs_inode.h437 int xfs_zero_eof(struct xfs_inode *ip, xfs_off_t offset,
Dxfs_dir2_readdir.c172 xfs_off_t cook; in xfs_dir2_block_getdents()
Dxfs_buf.c294 xfs_off_t start, end; in xfs_buf_allocate_memory()
456 ASSERT(!(BBTOB(blkno) & (xfs_off_t)btp->bt_meta_sectormask)); in _xfs_buf_find()
Dxfs_iops.c751 xfs_off_t oldsize, newsize; in xfs_setattr_size()
Dxfs_file.c478 xfs_off_t offset, /* starting I/O offset */ in xfs_zero_eof()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_fs.h479 xfs_off_t sx_offset; /* offset into file */
480 xfs_off_t sx_length; /* leng from offset */
Dxfs_da_format.h210 typedef xfs_off_t xfs_dir2_off_t;