Searched refs:offsetp (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/fs/9p/ |
D | vfs_file.c | 629 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/ |
D | revoke.c | 581 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/ |
D | revoke.c | 577 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/ |
D | balloc.c | 37 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()
|
D | ext4.h | 1680 ext4_group_t *blockgrpp, ext4_grpblk_t *offsetp);
|
/linux-3.4.99/arch/powerpc/oprofile/cell/ |
D | spu_task_sync.c | 318 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/ |
D | vfs.c | 1987 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/ |
D | xfs_dir2_sf.c | 49 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/ |
D | balloc.c | 40 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/ |
D | omap_hsmmc.c | 1801 u16 *offsetp = match->data; in omap_hsmmc_probe() local 1802 pdata->reg_offset = *offsetp; in omap_hsmmc_probe()
|