Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jbd/
Drevoke.c574 int *offsetp, in write_one_revoke_record() argument
590 offset = *offsetp; in write_one_revoke_record()
620 *offsetp = offset; in write_one_revoke_record()
/linux-4.1.27/fs/jbd2/
Drevoke.c574 int *offsetp, in write_one_revoke_record() argument
591 offset = *offsetp; in write_one_revoke_record()
635 *offsetp = offset; in write_one_revoke_record()
/linux-4.1.27/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.1.27/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.h2041 ext4_grpblk_t *offsetp);
/linux-4.1.27/fs/nfsd/
Dvfs.c1871 struct readdir_cd *cdp, loff_t *offsetp) in nfsd_buffered_readdir() argument
1885 offset = *offsetp; in nfsd_buffered_readdir()
1944 *offsetp = offset; in nfsd_buffered_readdir()
1953 nfsd_readdir(struct svc_rqst *rqstp, struct svc_fh *fhp, loff_t *offsetp, in nfsd_readdir() argument
1958 loff_t offset = *offsetp; in nfsd_readdir()
1975 err = nfsd_buffered_readdir(file, func, cdp, offsetp); in nfsd_readdir()
/linux-4.1.27/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()
/linux-4.1.27/fs/ext3/
Dballoc.c40 ext3_fsblk_t blocknr, unsigned long *blockgrpp, ext3_grpblk_t *offsetp) in ext3_get_group_no_and_offset() argument
45 if (offsetp) in ext3_get_group_no_and_offset()
46 *offsetp = blocknr % EXT3_BLOCKS_PER_GROUP(sb); in ext3_get_group_no_and_offset()