Searched refs:fileoff (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/fs/xfs/ |
| D | xfs_aops.c | 433 loff_t fileoff) in xfs_discard_page() argument 438 unsigned int pageoff = offset_in_page(fileoff); in xfs_discard_page() 439 xfs_fileoff_t start_fsb = XFS_B_TO_FSBT(mp, fileoff); in xfs_discard_page() 448 page, ip->i_ino, fileoff); in xfs_discard_page()
|
| D | xfs_trace.h | 1593 TP_PROTO(struct xfs_inode *ip, xfs_fileoff_t fileoff, xfs_filblks_t len, 1595 TP_ARGS(ip, fileoff, len, flags, caller_ip), 1600 __field(xfs_fileoff_t, fileoff) 1609 __entry->fileoff = fileoff; 1619 __entry->fileoff,
|
| /Linux-v5.15/include/linux/ |
| D | iomap.h | 287 void (*discard_page)(struct page *page, loff_t fileoff);
|