Searched refs:na (Results 1 - 25 of 106) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dcompress.c266 static BOOL ntfs_is_cb_compressed(ntfs_attr *na, runlist_element *rl, argument
282 rl = ntfs_attr_find_vcn(na, rl->vcn);
306 * @na: ntfs attribute to read from
314 * compressed ntfs attribute @na into the data buffer @b.
325 s64 ntfs_compressed_attr_pread(ntfs_attr *na, s64 pos, s64 count, void *b) argument
338 (unsigned long long)na->ni->mft_no, na->type,
340 if (!na || !NAttrCompressed(na) || !na
[all...]
H A Dattrib.c64 static int NAttrFlag(ntfs_attr *na, FILE_ATTR_FLAGS flag) argument
66 if (na->type == AT_DATA && na->name == AT_UNNAMED)
67 return (na->ni->flags & flag);
71 static void NAttrSetFlag(ntfs_attr *na, FILE_ATTR_FLAGS flag) argument
73 if (na->type == AT_DATA && na->name == AT_UNNAMED)
74 na->ni->flags |= flag;
80 static void NAttrClearFlag(ntfs_attr *na, FILE_ATTR_FLAGS flag) argument
82 if (na
299 __ntfs_attr_init(ntfs_attr *na, ntfs_inode *ni, const ATTR_TYPES type, ntfschar *name, const u32 name_len) argument
327 ntfs_attr_init(ntfs_attr *na, const BOOL non_resident, const BOOL compressed, const BOOL encrypted, const BOOL sparse, const s64 allocated_size, const s64 data_size, const s64 initialized_size, const s64 compressed_size, const u8 compression_unit) argument
378 ntfs_attr *na = NULL; local
490 ntfs_attr_close(ntfs_attr *na) argument
511 ntfs_attr_map_runlist(ntfs_attr *na, VCN vcn) argument
558 ntfs_attr_map_whole_runlist(ntfs_attr *na) argument
672 ntfs_attr_vcn_to_lcn(ntfs_attr *na, const VCN vcn) argument
722 ntfs_attr_find_vcn(ntfs_attr *na, const VCN vcn) argument
783 ntfs_attr_pread_i(ntfs_attr *na, const s64 pos, s64 count, void *b) argument
959 ntfs_attr_pread(ntfs_attr *na, const s64 pos, s64 count, void *b) argument
981 ntfs_attr_fill_zero(ntfs_attr *na, s64 pos, s64 count) argument
1016 ntfs_attr_fill_hole(ntfs_attr *na, s64 count, s64 *ofs, runlist_element **rl, VCN *update_from) argument
1157 ntfs_attr_pwrite(ntfs_attr *na, const s64 pos, s64 count, const void *b) argument
1511 ntfs_attr_mst_pread(ntfs_attr *na, const s64 pos, const s64 bk_cnt, const u32 bk_size, void *dst) argument
1566 ntfs_attr_mst_pwrite(ntfs_attr *na, const s64 pos, s64 bk_cnt, const u32 bk_size, void *src) argument
3128 ntfs_attr *na; local
3311 ntfs_attr_rm(ntfs_attr *na) argument
3661 ntfs_attr_make_non_resident(ntfs_attr *na, ntfs_attr_search_ctx *ctx) argument
3825 ntfs_resident_attr_resize_i(ntfs_attr *na, const s64 newsize) argument
4028 ntfs_resident_attr_resize(ntfs_attr *na, const s64 newsize) argument
4057 ntfs_attr_make_resident(ntfs_attr *na, ntfs_attr_search_ctx *ctx) argument
4209 ntfs_attr_update_meta(ATTR_RECORD *a, ntfs_attr *na, MFT_RECORD *m, ntfs_attr_search_ctx *ctx) argument
4328 ntfs_attr_update_mapping_pairs_i(ntfs_attr *na, VCN from_vcn) argument
4636 ntfs_attr_update_mapping_pairs(ntfs_attr *na, VCN from_vcn) argument
4658 ntfs_non_resident_attr_shrink(ntfs_attr *na, const s64 newsize) argument
4792 ntfs_non_resident_attr_expand_i(ntfs_attr *na, const s64 newsize) argument
4987 ntfs_non_resident_attr_expand(ntfs_attr *na, const s64 newsize) argument
5017 ntfs_attr_truncate(ntfs_attr *na, const s64 newsize) argument
5088 ntfs_attr *na; local
5144 ntfs_attr *na; local
5189 ntfs_attr_get_free_bits(ntfs_attr *na) argument
[all...]
H A Dbitmap.c105 * @na: attribute containing the bitmap
111 * attribute @na to @value, where @value is either 0 or 1.
115 static int ntfs_bitmap_set_bits_in_run(ntfs_attr *na, s64 start_bit, argument
122 if (!na || start_bit < 0 || count < 0) {
125 __FUNCTION__, na, (long long)start_bit, (long long)count);
150 br = ntfs_attr_pread(na, start_bit >> 3, 1, buf);
187 br = ntfs_attr_pread(na, (start_bit + count) >>
214 br = ntfs_attr_pwrite(na, tmp, bufsize, buf);
259 * @na: attribute containing the bitmap
264 * attribute @na
268 ntfs_bitmap_set_run(ntfs_attr *na, s64 start_bit, s64 count) argument
290 ntfs_bitmap_clear_run(ntfs_attr *na, s64 start_bit, s64 count) argument
[all...]
H A Dattrlist.c111 ntfs_attr *na = NULL; local
203 na = ntfs_attr_open(ni, AT_ATTRIBUTE_LIST, AT_UNNAMED, 0);
204 if (!na) {
209 if (ntfs_attr_truncate(na, ni->attr_list_size + entry_len)) {
226 ntfs_attr_close(na);
229 if (na)
230 ntfs_attr_close(na);
249 ntfs_attr *na; local
283 na = ntfs_attr_open(base_ni, AT_ATTRIBUTE_LIST, AT_UNNAMED, 0);
284 if (!na) {
[all...]
H A Dvolume.c128 static void ntfs_attr_free(ntfs_attr **na) argument
130 if (na && *na) {
131 ntfs_attr_close(*na);
132 *na = NULL;
609 ntfs_attr *na = NULL; local
620 na = ntfs_attr_open(ni, AT_DATA, AT_UNNAMED, 0);
621 if (!na) {
627 if (!ntfs_check_logfile(na, &rp) || !ntfs_is_logfile_clean(na, r
709 ntfs_attr *na = NULL; local
790 ntfs_attr *na; local
1386 ntfs_attr *na; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dbitmap.h42 extern int ntfs_bitmap_set_run(ntfs_attr *na, s64 start_bit, s64 count);
43 extern int ntfs_bitmap_clear_run(ntfs_attr *na, s64 start_bit, s64 count);
47 * @na: attribute containing the bitmap
50 * Set the @bit in the bitmap described by the attribute @na.
54 static __inline__ int ntfs_bitmap_set_bit(ntfs_attr *na, s64 bit) argument
56 return ntfs_bitmap_set_run(na, bit, 1);
61 * @na: attribute containing the bitmap
64 * Clear @bit in the bitmap described by the attribute @na.
68 static __inline__ int ntfs_bitmap_clear_bit(ntfs_attr *na, s64 bit) argument
70 return ntfs_bitmap_clear_run(na, bi
[all...]
H A Dcompress.h29 extern s64 ntfs_compressed_attr_pread(ntfs_attr *na, s64 pos, s64 count,
H A Dattrib.h198 #define test_nattr_flag(na, flag) test_bit(NA_##flag, (na)->state)
199 #define set_nattr_flag(na, flag) set_bit(NA_##flag, (na)->state)
200 #define clear_nattr_flag(na, flag) clear_bit(NA_##flag, (na)->state)
202 #define NAttrInitialized(na) test_nattr_flag(na, Initialized)
203 #define NAttrSetInitialized(na) set_nattr_flag(na, Initialize
[all...]
H A Dlcnalloc.h46 extern int ntfs_cluster_free(ntfs_volume *vol, ntfs_attr *na, VCN start_vcn,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/accounting/
H A Dgetdelays.c37 #define NLA_DATA(na) ((void *)((char*)(na) + NLA_HDRLEN))
121 struct nlattr *na; local
135 na = (struct nlattr *) GENLMSG_DATA(&msg);
136 na->nla_type = nla_type;
137 na->nla_len = nla_len + 1 + NLA_HDRLEN;
138 memcpy(NLA_DATA(na), nla_data, nla_len);
139 msg.n.nlmsg_len += NLMSG_ALIGN(na->nla_len);
170 struct nlattr *na; local
183 na
222 struct nlattr *na; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dco-586.pl17 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
30 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # laod next a
40 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 1; # laod next a
45 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
61 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # load next a
64 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos == 1) && ($na != $nb);
69 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 1; # load next b
74 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
96 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # load next a
97 &mov("eax",&DWP(($na)*
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/x86/
H A Dcomba.pl6 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
19 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # laod next a
29 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 1; # laod next a
34 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
50 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # load next a
53 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos == 1) && ($na != $nb);
58 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 1; # load next b
63 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
85 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # load next a
86 &mov("eax",&DWP(($na)*
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dco-586.pl17 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
30 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # laod next a
40 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 1; # laod next a
45 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
61 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # load next a
64 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos == 1) && ($na != $nb);
69 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 1; # load next b
74 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
96 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # load next a
97 &mov("eax",&DWP(($na)*
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/x86/
H A Dcomba.pl6 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
19 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # laod next a
29 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 1; # laod next a
34 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
50 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # load next a
53 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos == 1) && ($na != $nb);
58 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 1; # load next b
63 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
85 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # load next a
86 &mov("eax",&DWP(($na)*
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dprom_parse.c26 #define OF_CHECK_COUNTS(na, ns) ((na) > 0 && (na) <= OF_MAX_ADDR_CELLS && \
37 static void of_dump_addr(const char *s, const u32 *addr, int na) argument
40 while(na--)
45 static void of_dump_addr(const char *s, const u32 *addr, int na) { } argument
57 int na, int ns, int pna);
58 int (*translate)(u32 *addr, u64 offset, int na);
77 int na, int ns, int pna)
81 cp = of_read_number(range, na);
76 of_bus_default_map(u32 *addr, const u32 *range, int na, int ns, int pna) argument
93 of_bus_default_translate(u32 *addr, u64 offset, int na) argument
131 of_bus_pci_map(u32 *addr, const u32 *range, int na, int ns, int pna) argument
151 of_bus_pci_translate(u32 *addr, u64 offset, int na) argument
182 int onesize, i, na, ns; local
332 of_bus_isa_map(u32 *addr, const u32 *range, int na, int ns, int pna) argument
352 of_bus_isa_translate(u32 *addr, u64 offset, int na) argument
420 of_translate_one(struct device_node *parent, struct of_bus *bus, struct of_bus *pbus, u32 *addr, int na, int ns, int pna) argument
489 int na, ns, pna, pns; local
568 int onesize, i, na, ns; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c223 ntfs_attr *na = vol->mftbmp_na; local
224 s64 nr_free = ntfs_attr_get_free_bits(na);
227 nr_free += (na->allocated_size - na->data_size) << 3;
431 ntfs_attr *na; local
448 na = ntfs_attr_open(ni, AT_INDEX_ALLOCATION, NTFS_INDEX_I30, 4);
449 if (na) {
450 stbuf->st_size = na->data_size;
451 stbuf->st_blocks = na->allocated_size >> 9;
452 ntfs_attr_close(na);
557 ntfs_attr *na = NULL; local
696 ntfs_attr *na; local
728 ntfs_attr *na = NULL; local
787 ntfs_attr *na = NULL; local
839 ntfs_attr *na = NULL; local
1327 ntfs_attr *na; local
1500 ntfs_attr *na = NULL; local
1546 ntfs_attr *na = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dof_device.c212 int na, int ns, int pna);
230 const u32 *size, int na, int ns)
232 u64 a = of_read_addr(addr, na);
233 u64 b = of_read_addr(base, na);
246 int na, int ns, int pna)
256 if (of_out_of_range(addr, range, range + na + pna, na, ns))
260 memcpy(result, range + na, pna * 4);
263 for (i = 0; i < na; i++)
265 (addr[na
229 of_out_of_range(const u32 *addr, const u32 *base, const u32 *size, int na, int ns) argument
245 of_bus_default_map(u32 *addr, const u32 *range, int na, int ns, int pna) argument
309 of_bus_pci_map(u32 *addr, const u32 *range, int na, int ns, int pna) argument
373 of_bus_sbus_map(u32 *addr, const u32 *range, int na, int ns, int pna) argument
429 build_one_resource(struct device_node *parent, struct of_bus *bus, struct of_bus *pbus, u32 *addr, int na, int ns, int pna) argument
471 int na, ns; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509/
H A Dx509_cmp.c271 X509_NAME_ENTRY *na,*nb; local
281 na=sk_X509_NAME_ENTRY_value(a->entries,i);
283 j=na->value->type-nb->value->type;
286 nabit = ASN1_tag2bit(na->value->type);
291 j = asn1_string_memcmp(na->value, nb->value);
293 else if (na->value->type == V_ASN1_PRINTABLESTRING)
294 j=nocase_spacenorm_cmp(na->value, nb->value);
295 else if (na->value->type == V_ASN1_IA5STRING
296 && OBJ_obj2nid(na->object) == NID_pkcs9_emailAddress)
297 j=nocase_cmp(na
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_cmp.c271 X509_NAME_ENTRY *na,*nb; local
281 na=sk_X509_NAME_ENTRY_value(a->entries,i);
283 j=na->value->type-nb->value->type;
286 nabit = ASN1_tag2bit(na->value->type);
291 j = asn1_string_memcmp(na->value, nb->value);
293 else if (na->value->type == V_ASN1_PRINTABLESTRING)
294 j=nocase_spacenorm_cmp(na->value, nb->value);
295 else if (na->value->type == V_ASN1_IA5STRING
296 && OBJ_obj2nid(na->object) == NID_pkcs9_emailAddress)
297 j=nocase_cmp(na
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dof_device.c247 int na, int ns, int pna);
265 const u32 *size, int na, int ns)
267 u64 a = of_read_addr(addr, na);
268 u64 b = of_read_addr(base, na);
281 int na, int ns, int pna)
291 if (of_out_of_range(addr, range, range + na + pna, na, ns))
295 memcpy(result, range + na, pna * 4);
298 for (i = 0; i < na; i++)
300 (addr[na
264 of_out_of_range(const u32 *addr, const u32 *base, const u32 *size, int na, int ns) argument
280 of_bus_default_map(u32 *addr, const u32 *range, int na, int ns, int pna) argument
358 of_bus_simba_map(u32 *addr, const u32 *range, int na, int ns, int pna) argument
373 of_bus_pci_map(u32 *addr, const u32 *range, int na, int ns, int pna) argument
517 build_one_resource(struct device_node *parent, struct of_bus *bus, struct of_bus *pbus, u32 *addr, int na, int ns, int pna) argument
594 int na, ns; local
699 int na, num_reg, i; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Drepmgr.h428 #define ADDR_LIST_CURRENT(na) ((na)->current)
429 #define ADDR_LIST_FIRST(na) ((na)->current = (na)->address_list)
430 #define ADDR_LIST_NEXT(na) ((na)->current = (na)->current->ai_next)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A DDES.xs33 des_set_odd_parity((des_cblock *)SvPV(s,na));
77 c=(char *)SvPV(s,na);
103 des_3cbc_encrypt((des_cblock *)input,(des_cblock *)SvPV(s,na),
154 c=(char *)SvPV(s,na);
195 c=(unsigned char *)SvPV(s,na);
220 c=(char *)SvPV(s,na);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A DDES.xs33 des_set_odd_parity((des_cblock *)SvPV(s,na));
77 c=(char *)SvPV(s,na);
103 des_3cbc_encrypt((des_cblock *)input,(des_cblock *)SvPV(s,na),
154 c=(char *)SvPV(s,na);
195 c=(unsigned char *)SvPV(s,na);
220 c=(char *)SvPV(s,na);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dtaskstats.c326 static int parse(struct nlattr *na, cpumask_t *mask) argument
332 if (na == NULL)
334 len = nla_len(na);
342 nla_strlcpy(data, na, len);
350 struct nlattr *na, *ret; local
357 na = nla_nest_start(skb, aggr);
358 if (!na)
365 nla_nest_end(skb, na);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dinode.c47 * @na: ntfs attribute which is being tested with
50 * inode @vi for equality with the ntfs attribute @na.
52 * If searching for the normal file/directory inode, set @na->type to AT_UNUSED.
53 * @na->name and @na->name_len are then ignored.
60 int ntfs_test_inode(struct inode *vi, ntfs_attr *na) argument
64 if (vi->i_ino != na->mft_no)
70 if (unlikely(na->type != AT_UNUSED))
74 if (ni->type != na->type)
76 if (ni->name_len != na
104 ntfs_init_locked_inode(struct inode *vi, ntfs_attr *na) argument
174 ntfs_attr na; local
232 ntfs_attr na; local
290 ntfs_attr na; local
[all...]

Completed in 151 milliseconds

12345