Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_aops.c442 loff_t fileoff) in xfs_discard_page() argument
447 unsigned int pageoff = offset_in_page(fileoff); in xfs_discard_page()
448 xfs_fileoff_t start_fsb = XFS_B_TO_FSBT(mp, fileoff); in xfs_discard_page()
457 page, ip->i_ino, fileoff); in xfs_discard_page()
A 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/include/linux/
A Diomap.h287 void (*discard_page)(struct page *page, loff_t fileoff);

Completed in 9 milliseconds