Searched defs:data_size (Results 251 - 275 of 356) sorted by path

<<1112131415

/linux-master/drivers/xen/
H A Defi.c120 xen_efi_get_variable(efi_char16_t *name, efi_guid_t *vendor, u32 *attr, unsigned long *data_size, void *data) argument
166 xen_efi_set_variable(efi_char16_t *name, efi_guid_t *vendor, u32 attr, unsigned long data_size, void *data) argument
259 xen_efi_reset_system(int reset_type, efi_status_t status, unsigned long data_size, efi_char16_t *data) argument
/linux-master/fs/btrfs/
H A Dctree.c3102 __push_leaf_right(struct btrfs_trans_handle *trans, struct btrfs_path *path, int data_size, int empty, struct extent_buffer *right, int free_space, u32 left_nritems, u32 min_slot) argument
3240 push_leaf_right(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, int min_data_size, int data_size, int empty, u32 min_slot) argument
3318 __push_leaf_left(struct btrfs_trans_handle *trans, struct btrfs_path *path, int data_size, int empty, struct extent_buffer *left, int free_space, u32 right_nritems, u32 max_slot) argument
3456 push_leaf_left(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, int min_data_size, int data_size, int empty, u32 max_slot) argument
3587 push_for_double_split(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, int data_size) argument
3647 split_leaf(struct btrfs_trans_handle *trans, struct btrfs_root *root, const struct btrfs_key *ins_key, struct btrfs_path *path, int data_size, int extend) argument
4094 btrfs_extend_item(struct btrfs_trans_handle *trans, struct btrfs_path *path, u32 data_size) argument
4261 btrfs_setup_item_for_insert(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, const struct btrfs_key *key, u32 data_size) argument
4312 btrfs_insert_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, const struct btrfs_key *cpu_key, void *data, u32 data_size) argument
[all...]
H A Dctree.h637 btrfs_insert_empty_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, const struct btrfs_key *key, u32 data_size) argument
H A Ddir-item.c68 u32 data_size; local
122 u32 data_size; local
21 insert_with_overflow(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *cpu_key, u32 data_size, const char *name, int name_len) argument
239 int data_size; local
[all...]
H A Dfree-space-tree.c309 u32 data_size; local
393 u32 bitmap_pos, data_size; local
H A Dxattr.c176 const u32 data_size = sizeof(*di) + name_len + size; local
/linux-master/fs/ecryptfs/
H A Dmiscdev.c146 int ecryptfs_send_miscdev(char *data, size_t data_size, argument
322 ecryptfs_miscdev_response(struct ecryptfs_daemon *daemon, char *data, size_t data_size, u32 seq) argument
[all...]
/linux-master/fs/efivarfs/
H A Dvars.c229 efivar_validate(efi_guid_t vendor, efi_char16_t *var_name, u8 *data, unsigned long data_size) argument
/linux-master/fs/ext4/
H A Dmove_extent.c259 unsigned int tmp_data_size, data_size, replaced_size; local
/linux-master/fs/
H A Dfs_context.c35 size_t data_size; member in struct:legacy_fs_context
/linux-master/fs/fuse/
H A Dfile.c1803 __u64 data_size = wpa->ia.ap.num_pages * PAGE_SIZE; variable
/linux-master/fs/nfs/
H A Dnfs4idmap.c370 ssize_t data_size; local
305 nfs_idmap_get_key(const char *name, size_t namelen, const char *type, void *data, size_t data_size, struct idmap *idmap) argument
/linux-master/fs/ntfs3/
H A Dattrib.c1230 u32 data_size; local
1267 u32 data_size; local
1632 u64 total_size, valid_size, data_size; local
1857 u64 valid_size, data_size, alloc_size, total_size; local
2128 u32 data_size = le32_to_cpu(attr_b->res.data_size); local
2332 u64 data_size, alloc_size; local
[all...]
H A Dfrecord.c1515 int ni_insert_resident(struct ntfs_inode *ni, u32 data_size, argument
2488 u32 data_size = le32_to_cpu(attr->res.data_size); local
3157 u32 data_size = le32_to_cpu(attr->res.data_size); local
3163 u64 data_size = le64_to_cpu(attr->nres.data_size); local
[all...]
H A Dfslog.c218 __le64 data_size; member in struct:NEW_ATTRIBUTE_SIZES
1019 u32 data_size; member in struct:ntfs_log
[all...]
H A Dindex.c208 size_t data_size, valid_size, vbo, off = bit >> 3; local
373 u64 data_size = le64_to_cpu(bitmap->nres.data_size); local
1438 u32 data_size = 1u << indx->index_bits; local
1493 u64 data_size; local
[all...]
H A Dnamei.c25 u16 data_size; local
H A Dntfs.h331 __le32 data_size; // 0x10: The size of data. member in struct:ATTR_RESIDENT
357 __le64 data_size; // 0x30: The size of attribute in bytes <= alloc_size. member in struct:ATTR_NONRESIDENT
565 __le64 data_size; // 0x28: Data attribute size <= Dataalloc_size. member in struct:NTFS_DUP_INFO
616 __le16 data_size; // 0x02: member in struct:NTFS_DE::__anon274::__anon275
[all...]
H A Drecord.c204 u64 data_size, alloc_size, tot_size; local
/linux-master/fs/proc/
H A Dvmcore.c1477 size_t data_size; local
/linux-master/fs/smb/client/
H A Dcifsglob.h2208 size_t data_size; local
H A Dsmb2ops.c4462 cifs_copy_pages_to_iter(struct xarray *pages, unsigned int data_size, argument
H A Dsmb2pdu.c4909 size_t data_size = iov_iter_count(&wdata->subreq.io_iter); local
/linux-master/fs/ubifs/
H A Djournal.c1616 int err, dlen, compr_type, out_len, data_size; local
/linux-master/fs/verity/
H A Denable.c77 const u64 data_size = inode->i_size; local

Completed in 485 milliseconds

<<1112131415