Home
last modified time | relevance | path

Searched refs:varsize (Results 1 - 12 of 12) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
H A Dcache.c262 if (item->varsize) { in ntfs_enter_cache()
264 item->varsize); in ntfs_enter_cache()
267 current->varsize = item->varsize; in ntfs_enter_cache()
281 if (item->varsize) { in ntfs_enter_cache()
282 if (current->varsize) in ntfs_enter_cache()
285 item->varsize); in ntfs_enter_cache()
288 item->varsize); in ntfs_enter_cache()
290 if (current->varsize) in ntfs_enter_cache()
294 current->varsize in ntfs_enter_cache()
[all...]
H A Dsecurity.c1697 wanted.varsize = sizeof(struct POSIX_SECURITY) in enter_cache()
1705 wanted.varsize = 0; in enter_cache()
1774 wanted.varsize = 0; in fetch_cache()
2677 wanted.varsize = sizeof(struct POSIX_SECURITY) in ntfs_alloc_securid()
2771 legacy.varsize = sizeof(struct POSIX_SECURITY) in ntfs_set_inherited_posix()
2817 wanted.varsize = 0; in ntfs_alloc_securid()
2900 wanted.varsize = sizeof(struct POSIX_SECURITY) in ntfs_set_owner_mode()
2903 wanted.varsize = 0; in ntfs_set_owner_mode()
2906 wanted.varsize = 0; in ntfs_set_owner_mode()
2977 legacy.varsize in ntfs_set_owner_mode()
[all...]
H A Dinode.c448 item.varsize = 0; in ntfs_inode_invalidate()
476 item.varsize = 0; in ntfs_inode_open()
535 item.varsize = 0; in ntfs_inode_close()
H A Ddir.c213 count = cached->varsize; in ntfs_dir_lookup_hash()
700 item.varsize = strlen(fullname) + 1; in ntfs_pathname_to_inode()
744 item.varsize = strlen(fullname) + 1; in ntfs_pathname_to_inode()
2072 item.varsize = strlen(p); in ntfs_delete()
2075 item.varsize = 0; in ntfs_delete()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_mfa2_tlv.h29 size_t payload_size, bool varsize) in mlxfw_mfa2_tlv_payload_get()
39 if (varsize && (be16_to_cpu(tlv->len) < payload_size)) in mlxfw_mfa2_tlv_payload_get()
41 if (!varsize && (be16_to_cpu(tlv->len) != payload_size)) in mlxfw_mfa2_tlv_payload_get()
27 mlxfw_mfa2_tlv_payload_get(const struct mlxfw_mfa2_file *mfa2_file, const struct mlxfw_mfa2_tlv *tlv, u8 payload_type, size_t payload_size, bool varsize) mlxfw_mfa2_tlv_payload_get() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_mfa2_tlv.h29 size_t payload_size, bool varsize) in mlxfw_mfa2_tlv_payload_get()
39 if (varsize && (be16_to_cpu(tlv->len) < payload_size)) in mlxfw_mfa2_tlv_payload_get()
41 if (!varsize && (be16_to_cpu(tlv->len) != payload_size)) in mlxfw_mfa2_tlv_payload_get()
27 mlxfw_mfa2_tlv_payload_get(const struct mlxfw_mfa2_file *mfa2_file, const struct mlxfw_mfa2_tlv *tlv, u8 payload_type, size_t payload_size, bool varsize) mlxfw_mfa2_tlv_payload_get() argument
/third_party/ntfs-3g/include/ntfs-3g/
H A Dcache.h31 size_t varsize; member
39 size_t varsize; member
49 size_t varsize; /* not used */ member
H A Dsecurity.h76 size_t varsize; member
91 size_t varsize; member
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsecvar-sysfs.c145 u64 varsize; in update_kobj_size() local
154 rc = of_property_read_u64(node, "max-var-size", &varsize); in update_kobj_size()
158 data_attr.size = varsize; in update_kobj_size()
159 update_attr.size = varsize; in update_kobj_size()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsecvar-sysfs.c136 u64 varsize; in update_kobj_size() local
137 int rc = secvar_ops->max_size(&varsize); in update_kobj_size()
142 data_attr.size = varsize; in update_kobj_size()
143 update_attr.size = varsize; in update_kobj_size()
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Dvars.c745 unsigned long varsize; in efivar_entry_set_safe() local
768 varsize = size + ucs2_strsize(name, 1024); in efivar_entry_set_safe()
772 status = check_var_size_nonblocking(attributes, varsize); in efivar_entry_set_safe()
776 status = check_var_size(attributes, varsize); in efivar_entry_set_safe()
/third_party/python/PC/
H A Dlauncher.c928 size_t varsize; in find_on_path() local
945 rc = _wdupenv_s(&pathext, &varsize, L"PATHEXT"); in find_on_path()

Completed in 16 milliseconds