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

/linux-master/fs/jbd2/
H A Drevoke.c574 int *offsetp,
590 offset = *offsetp;
631 *offsetp = offset;
571 write_one_revoke_record(transaction_t *transaction, struct list_head *log_bufs, struct buffer_head **descriptorp, int *offsetp, struct jbd2_revoke_record_s *record) argument
/linux-master/fs/ext4/
H A Dballoc.c55 ext4_group_t *blockgrpp, ext4_grpblk_t *offsetp)
63 if (offsetp)
64 *offsetp = offset;
54 ext4_get_group_no_and_offset(struct super_block *sb, ext4_fsblk_t blocknr, ext4_group_t *blockgrpp, ext4_grpblk_t *offsetp) argument
H A Dext4.h2708 ext4_grpblk_t *offsetp);
/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c30 xfs_dir2_data_aoff_t *offsetp);
596 xfs_dir2_data_aoff_t *offsetp) /* out(1): new offset */
652 *offsetp = offset;
592 xfs_dir2_sf_addname_pick( xfs_da_args_t *args, int objchange, xfs_dir2_sf_entry_t **sfepp, xfs_dir2_data_aoff_t *offsetp) argument
/linux-master/fs/nfsd/
H A Dvfs.c2086 loff_t *offsetp)
2100 offset = *offsetp;
2150 *offsetp = offset;
2158 * @offsetp: OUT: seek offset of final entry that was read
2173 nfsd_readdir(struct svc_rqst *rqstp, struct svc_fh *fhp, loff_t *offsetp, argument
2178 loff_t offset = *offsetp;
2195 err = nfsd_buffered_readdir(file, fhp, func, cdp, offsetp);
2084 nfsd_buffered_readdir(struct file *file, struct svc_fh *fhp, nfsd_filldir_t func, struct readdir_cd *cdp, loff_t *offsetp) argument
H A Dnfs4xdr.c5388 u32 *offsetp)
5399 *offsetp = (u32)cookie;
5387 nfsd4_listxattr_validate_cookie(struct nfsd4_listxattrs *listxattrs, u32 *offsetp) argument

Completed in 163 milliseconds