Searched refs:offsetp (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/jbd2/ |
D | revoke.c | 569 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/ |
D | spu_task_sync.c | 319 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/ |
D | balloc.c | 53 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()
|
D | ext4.h | 2211 ext4_grpblk_t *offsetp);
|
/linux-4.4.14/fs/nfsd/ |
D | vfs.c | 1795 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/ |
D | xfs_dir2_sf.c | 45 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()
|