Home
last modified time | relevance | path

Searched refs:offsetp (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/fs/jbd2/
Drevoke.c569 int *offsetp, in write_one_revoke_record() argument
586 offset = *offsetp; in write_one_revoke_record()
630 *offsetp = offset; in write_one_revoke_record()
/linux-4.4.14/arch/powerpc/oprofile/cell/
Dspu_task_sync.c319 get_exec_dcookie_and_offset(struct spu *spu, unsigned int *offsetp, in get_exec_dcookie_and_offset() argument
349 *offsetp = my_offset; in get_exec_dcookie_and_offset()
/linux-4.4.14/fs/ext4/
Dballoc.c53 ext4_group_t *blockgrpp, ext4_grpblk_t *offsetp) in ext4_get_group_no_and_offset() argument
61 if (offsetp) in ext4_get_group_no_and_offset()
62 *offsetp = offset; in ext4_get_group_no_and_offset()
Dext4.h2211 ext4_grpblk_t *offsetp);
/linux-4.4.14/fs/nfsd/
Dvfs.c1795 struct readdir_cd *cdp, loff_t *offsetp) in nfsd_buffered_readdir() argument
1809 offset = *offsetp; in nfsd_buffered_readdir()
1868 *offsetp = offset; in nfsd_buffered_readdir()
1877 nfsd_readdir(struct svc_rqst *rqstp, struct svc_fh *fhp, loff_t *offsetp, in nfsd_readdir() argument
1882 loff_t offset = *offsetp; in nfsd_readdir()
1899 err = nfsd_buffered_readdir(file, func, cdp, offsetp); in nfsd_readdir()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_dir2_sf.c45 xfs_dir2_data_aoff_t *offsetp);
535 xfs_dir2_data_aoff_t *offsetp) /* out(1): new offset */ in xfs_dir2_sf_addname_pick() argument
593 *offsetp = offset; in xfs_dir2_sf_addname_pick()