Searched refs:offsetp (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/jbd2/ |
D | revoke.c | 574 int *offsetp, in write_one_revoke_record() argument 590 offset = *offsetp; in write_one_revoke_record() 631 *offsetp = offset; in write_one_revoke_record()
|
/kernel/linux/linux-5.10/arch/powerpc/oprofile/cell/ |
D | spu_task_sync.c | 315 get_exec_dcookie_and_offset(struct spu *spu, unsigned int *offsetp, in get_exec_dcookie_and_offset() argument 345 *offsetp = my_offset; in get_exec_dcookie_and_offset()
|
/kernel/linux/linux-5.10/fs/ext4/ |
D | balloc.c | 54 ext4_group_t *blockgrpp, ext4_grpblk_t *offsetp) in ext4_get_group_no_and_offset() argument 62 if (offsetp) in ext4_get_group_no_and_offset() 63 *offsetp = offset; in ext4_get_group_no_and_offset()
|
D | ext4.h | 2551 ext4_grpblk_t *offsetp);
|
/kernel/linux/linux-5.10/fs/nfsd/ |
D | vfs.c | 1965 struct readdir_cd *cdp, loff_t *offsetp) in nfsd_buffered_readdir() argument 1979 offset = *offsetp; in nfsd_buffered_readdir() 2027 *offsetp = offset; in nfsd_buffered_readdir() 2036 nfsd_readdir(struct svc_rqst *rqstp, struct svc_fh *fhp, loff_t *offsetp, in nfsd_readdir() argument 2041 loff_t offset = *offsetp; in nfsd_readdir() 2058 err = nfsd_buffered_readdir(file, func, cdp, offsetp); in nfsd_readdir()
|
D | nfs4xdr.c | 4898 u32 *offsetp) in nfsd4_listxattr_validate_cookie() argument 4914 *offsetp = (u32)cookie; in nfsd4_listxattr_validate_cookie()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_dir2_sf.c | 30 xfs_dir2_data_aoff_t *offsetp); 605 xfs_dir2_data_aoff_t *offsetp) /* out(1): new offset */ in xfs_dir2_sf_addname_pick() argument 662 *offsetp = offset; in xfs_dir2_sf_addname_pick()
|