Searched refs:alloc_hint (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Drpc_dce.h161 uint32 alloc_hint; /* allocation hint - data size (bytes) minus header and tail. */ member in struct:rpc_hdr_req_info
170 uint32 alloc_hint; /* allocation hint - data size (bytes) minus header and tail. */ member in struct:rpc_hdr_resp_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_rpc.c601 void init_rpc_hdr_req(RPC_HDR_REQ *hdr, uint32 alloc_hint, uint16 opnum) argument
603 hdr->alloc_hint = alloc_hint; /* allocation hint */
620 if(!prs_uint32("alloc_hint", ps, depth, &rpc->alloc_hint))
641 if(!prs_uint32("alloc_hint", ps, depth, &rpc->alloc_hint))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_client/
H A Dcli_pipe.c584 if ((prs_data_size(return_data) == 0) && rhdr_resp.alloc_hint && (rhdr_resp.alloc_hint < 15*1024*1024)) {
585 if (!prs_set_buffer_size(return_data, rhdr_resp.alloc_hint)) {
588 (unsigned int)rhdr_resp.alloc_hint ));
1458 uint32 alloc_hint = prs_offset(in_data); local
1502 init_rpc_hdr_req(&hdr_req, alloc_hint, op_num);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dinode.c551 u64 alloc_hint = 0; local
614 0, alloc_hint,
693 alloc_hint = ins.objectid + ins.offset;
706 u64 alloc_hint = 0; local
720 alloc_hint = em->block_start;
724 alloc_hint = em->block_start;
730 return alloc_hint;
754 u64 alloc_hint = 0; local
805 alloc_hint = get_extent_allocation_hint(inode, start, num_bytes);
813 root->sectorsize, 0, alloc_hint,
4219 btrfs_new_inode(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct inode *dir, const char *name, int name_len, u64 ref_objectid, u64 objectid, u64 alloc_hint, int mode, u64 *index) argument
5011 u64 alloc_hint; local
5991 btrfs_create_subvol_root(struct btrfs_trans_handle *trans, struct btrfs_root *new_root, u64 new_dirid, u64 alloc_hint) argument
6553 btrfs_prealloc_file_range(struct inode *inode, int mode, u64 start, u64 num_bytes, u64 min_size, loff_t actual_len, u64 *alloc_hint) argument
6619 u64 alloc_hint = 0; local
[all...]
H A Dtree-log.c483 u64 alloc_hint; local
550 &alloc_hint, 1);
H A Dctree.h2383 u64 new_dirid, u64 alloc_hint);
2428 loff_t actual_len, u64 *alloc_hint);
H A Drelocation.c2815 u64 alloc_hint = 0; local
2842 end + 1, &alloc_hint);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_pipe.c120 hdr_resp.alloc_hint = data_len_left;
333 hdr_resp.alloc_hint = data_len_left;
508 hdr_resp.alloc_hint = data_len_left;

Completed in 305 milliseconds