Home
last modified time | relevance | path

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

/linux-3.4.99/fs/9p/
Dvfs_file.c629 loff_t *offsetp) in v9fs_direct_read() argument
635 offset = *offsetp; in v9fs_direct_read()
645 return v9fs_file_read(filp, udata, count, offsetp); in v9fs_direct_read()
667 size_t count, loff_t *offsetp) in v9fs_direct_write() argument
674 offset = *offsetp; in v9fs_direct_write()
707 retval = v9fs_file_write(filp, data, count, offsetp); in v9fs_direct_write()
714 return do_sync_write(filp, data, count, offsetp); in v9fs_direct_write()
/linux-3.4.99/fs/jbd/
Drevoke.c581 int *offsetp, in write_one_revoke_record() argument
597 offset = *offsetp; in write_one_revoke_record()
627 *offsetp = offset; in write_one_revoke_record()
/linux-3.4.99/fs/jbd2/
Drevoke.c577 int *offsetp, in write_one_revoke_record() argument
593 offset = *offsetp; in write_one_revoke_record()
631 *offsetp = offset; in write_one_revoke_record()
/linux-3.4.99/fs/ext4/
Dballoc.c37 ext4_group_t *blockgrpp, ext4_grpblk_t *offsetp) in ext4_get_group_no_and_offset() argument
45 if (offsetp) in ext4_get_group_no_and_offset()
46 *offsetp = offset; in ext4_get_group_no_and_offset()
Dext4.h1680 ext4_group_t *blockgrpp, ext4_grpblk_t *offsetp);
/linux-3.4.99/arch/powerpc/oprofile/cell/
Dspu_task_sync.c318 get_exec_dcookie_and_offset(struct spu *spu, unsigned int *offsetp, in get_exec_dcookie_and_offset() argument
355 *offsetp = my_offset; in get_exec_dcookie_and_offset()
/linux-3.4.99/fs/nfsd/
Dvfs.c1987 struct readdir_cd *cdp, loff_t *offsetp) in nfsd_buffered_readdir() argument
1999 offset = *offsetp; in nfsd_buffered_readdir()
2058 *offsetp = offset; in nfsd_buffered_readdir()
2067 nfsd_readdir(struct svc_rqst *rqstp, struct svc_fh *fhp, loff_t *offsetp, in nfsd_readdir() argument
2072 loff_t offset = *offsetp; in nfsd_readdir()
2089 err = nfsd_buffered_readdir(file, func, cdp, offsetp); in nfsd_readdir()
/linux-3.4.99/fs/xfs/
Dxfs_dir2_sf.c49 xfs_dir2_data_aoff_t *offsetp);
604 xfs_dir2_data_aoff_t *offsetp) /* out(1): new offset */ in xfs_dir2_sf_addname_pick() argument
669 *offsetp = offset; in xfs_dir2_sf_addname_pick()
/linux-3.4.99/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()
/linux-3.4.99/drivers/mmc/host/
Domap_hsmmc.c1801 u16 *offsetp = match->data; in omap_hsmmc_probe() local
1802 pdata->reg_offset = *offsetp; in omap_hsmmc_probe()