Searched refs:xfs_off_t (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_bmap_util.h | 58 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);
|
D | xfs_iomap.h | 24 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);
|
D | xfs_iomap.c | 115 xfs_off_t offset, in xfs_iomap_write_direct() 255 xfs_off_t offset, in xfs_iomap_eof_want_preallocate() 326 xfs_off_t offset, in xfs_iomap_eof_prealloc_initial_size() 437 xfs_off_t offset, in xfs_iomap_prealloc_size() 533 xfs_off_t offset, in xfs_iomap_write_delay() 540 xfs_off_t aligned_offset; in xfs_iomap_write_delay() 648 xfs_off_t offset, in xfs_iomap_write_allocate() 803 xfs_off_t offset, in xfs_iomap_write_unwritten() 804 xfs_off_t count) in xfs_iomap_write_unwritten()
|
D | xfs_bmap_util.c | 931 xfs_off_t offset, in xfs_alloc_file_space() 932 xfs_off_t len, in xfs_alloc_file_space() 936 xfs_off_t count; in xfs_alloc_file_space() 1099 xfs_off_t startoff, in xfs_zero_remaining_bytes() 1100 xfs_off_t endoff) in xfs_zero_remaining_bytes() 1104 xfs_off_t lastoffset; in xfs_zero_remaining_bytes() 1105 xfs_off_t offset; in xfs_zero_remaining_bytes() 1168 xfs_off_t offset, in xfs_free_file_space() 1169 xfs_off_t len) in xfs_free_file_space() 1178 xfs_off_t ioffset; in xfs_free_file_space() [all …]
|
D | xfs_aops.c | 139 xfs_off_t offset, in xfs_setfilesize() 341 xfs_off_t offset) in xfs_imap_valid() 567 xfs_off_t offset, in xfs_add_to_ioend() 598 xfs_off_t offset) in xfs_map_buffer() 602 xfs_off_t iomap_offset = XFS_FSB_TO_B(m, imap->br_startoff); in xfs_map_buffer() 622 xfs_off_t offset) in xfs_map_at_offset() 692 xfs_off_t end_offset; in xfs_convert_page() 697 xfs_off_t offset = page_offset(page); in xfs_convert_page() 724 (xfs_off_t)(page->index + 1) << PAGE_CACHE_SHIFT, in xfs_convert_page() 997 end_offset = (xfs_off_t)(page->index + 1) << PAGE_CACHE_SHIFT; in xfs_vm_writepage() [all …]
|
D | xfs_aops.h | 50 xfs_off_t io_offset; /* offset in the file */
|
D | xfs_ioctl32.h | 118 xfs_off_t sx_offset; /* offset into file */ 119 xfs_off_t sx_length; /* leng from offset */
|
D | xfs_trace.h | 1177 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, 1217 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, \ 1231 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), 1261 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), \ 1298 TP_PROTO(struct xfs_inode *ip, xfs_off_t start, xfs_off_t finish), 1304 __field(xfs_off_t, start) 1305 __field(xfs_off_t, finish)
|
D | xfs_pnfs.c | 218 xfs_off_t isize) in xfs_pnfs_validate_isize()
|
D | xfs_linux.h | 37 typedef __s64 xfs_off_t; /* <file offset> type */ typedef
|
D | xfs_inode.h | 404 int xfs_zero_eof(struct xfs_inode *ip, xfs_off_t offset,
|
D | xfs_dir2_readdir.c | 172 xfs_off_t cook; in xfs_dir2_block_getdents()
|
D | xfs_buf.c | 294 xfs_off_t start, end; in xfs_buf_allocate_memory() 457 ASSERT(!(BBTOB(blkno) & (xfs_off_t)btp->bt_meta_sectormask)); in _xfs_buf_find()
|
D | xfs_file.c | 446 xfs_off_t offset, /* starting I/O offset */ in xfs_zero_eof()
|
D | xfs_iops.c | 754 xfs_off_t oldsize, newsize; in xfs_setattr_size()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_fs.h | 478 xfs_off_t sx_offset; /* offset into file */ 479 xfs_off_t sx_length; /* leng from offset */
|
D | xfs_da_format.h | 210 typedef xfs_off_t xfs_dir2_off_t;
|