Home
last modified time | relevance | path

Searched refs:fileoff (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/fs/xfs/
Dxfs_aops.c433 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()
Dxfs_trace.h1593 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/
Diomap.h287 void (*discard_page)(struct page *page, loff_t fileoff);