Home
last modified time | relevance | path

Searched refs:nextoff (Results 1 – 4 of 4) sorted by relevance

/linux/lib/
H A Dearlycpio.c60 size_t len, long *nextoff) in find_cpio_data() argument
121 if (nextoff) in find_cpio_data()
122 *nextoff = (long)nptr - (long)data; in find_cpio_data()
/linux/drivers/nvdimm/
H A Dbtt.h108 __le64 nextoff; member
180 u64 nextoff; member
/linux/fs/xfs/scrub/
H A Dcow_repair.c566 xfs_fileoff_t nextoff; in xrep_cow_replace_range() local
577 nextoff = min(startoff + *blockcount, in xrep_cow_replace_range()
585 nextoff - startoff); in xrep_cow_replace_range()
/linux/fs/isofs/
H A Dinode.c1027 unsigned long nextblk, nextoff; in isofs_get_blocks() local
1043 nextoff = ei->i_next_section_offset; in isofs_get_blocks()
1069 ninode = isofs_iget(inode->i_sb, nextblk, nextoff); in isofs_get_blocks()
1077 nextoff = ISOFS_I(ninode)->i_next_section_offset; in isofs_get_blocks()
1086 nextblk, nextoff); in isofs_get_blocks()