Searched refs:fileoff (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/ |
H A D | check_user_mem.c | 42 int fileoff, ptroff, size; in check_usermem_access_fault() local 80 for (fileoff = 0; fileoff < 16; fileoff++) { in check_usermem_access_fault()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_aops.c | 503 loff_t fileoff) in xfs_discard_page() 508 unsigned int pageoff = offset_in_page(fileoff); in xfs_discard_page() 509 xfs_fileoff_t start_fsb = XFS_B_TO_FSBT(mp, fileoff); in xfs_discard_page() 518 page, ip->i_ino, fileoff); in xfs_discard_page() 501 xfs_discard_page( struct page *page, loff_t fileoff) xfs_discard_page() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | iomap.h | 224 void (*discard_page)(struct page *page, loff_t fileoff);
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_trace.h | 30 * fileoff: file offset, in fs blocks 394 "fileoff 0x%llx startblock 0x%llx fsbcount 0x%llx flag %d caller %pS", 1589 TP_PROTO(struct xfs_inode *ip, xfs_fileoff_t fileoff, xfs_filblks_t len, 1591 TP_ARGS(ip, fileoff, len, flags, caller_ip), 1596 __field(xfs_fileoff_t, fileoff) 1605 __entry->fileoff = fileoff; 1610 TP_printk("dev %d:%d ino 0x%llx disize 0x%llx fileoff 0x%llx fsbcount 0x%llx " 1615 __entry->fileoff, 2641 TP_printk("dev %d:%d op %d agno 0x%x agbno 0x%x owner 0x%llx %s fileoff [all...] |
Completed in 7 milliseconds