Searched refs:etype (Results 1 - 17 of 17) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/udf/
H A Dtruncate.c36 lb_addr eloc, int8_t etype, uint32_t elen, struct buffer_head *bh, uint32_t nelen)
44 if (etype == (EXT_NOT_RECORDED_ALLOCATED >> 30))
47 etype = (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30);
51 nelen = (etype << 30) | nelen;
59 if (etype == (EXT_RECORDED_ALLOCATED >> 30))
62 if (etype != (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30))
72 int8_t etype; local
84 etype = inode_bmap(inode, first_block, &bloc, &extoffset, &eloc, &elen, &offset, &bh);
86 if (etype != -1)
89 extent_trunc(inode, bloc, extoffset, eloc, etype, ele
35 extent_trunc(struct inode * inode, lb_addr bloc, int extoffset, lb_addr eloc, int8_t etype, uint32_t elen, struct buffer_head *bh, uint32_t nelen) argument
[all...]
H A Dballoc.c433 int8_t etype; local
467 while (count && (etype =
477 elen = (etype << 30) | (0x40000000 - sb->s_blocksize);
481 elen = (etype << 30) |
496 elen = (etype << 30) | (0x40000000 - sb->s_blocksize);
501 elen = (etype << 30) |
676 int8_t etype = -1; local
696 while (first_block != eloc.logicalBlockNum && (etype =
716 udf_write_aext(table, bloc, &extoffset, eloc, (etype << 30) | elen, bh, 1);
719 udf_delete_aext(table, bloc, extoffset, eloc, (etype << 3
746 int8_t etype; local
[all...]
H A Dinode.c408 int8_t etype; local
442 if ((etype = udf_next_aext(inode, &nbloc, &nextoffset, &eloc, &elen, &nbh, 1)) == -1)
447 laarr[c].extLength = (etype << 30) | elen;
450 if (etype != (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30))
464 if (etype == (EXT_RECORDED_ALLOCATED >> 30))
471 etype = udf_write_aext(inode, nbloc, &cextoffset, eloc, elen, nbh, 1);
481 if (etype == -1)
516 if (etype != -1)
518 if ((etype = udf_next_aext(inode, &nbloc, &nextoffset, &eloc, &elen, &nbh, 0)) != -1)
520 laarr[c+1].extLength = (etype << 3
1621 int8_t etype; local
1827 int8_t etype; local
1949 int8_t etype; local
2030 int8_t etype; local
2063 int8_t etype; local
2161 int8_t etype; local
[all...]
H A Dsuper.c1758 int8_t etype; local
1764 while ((etype = udf_next_aext(table, &bloc, &extoffset, &eloc, &elen, &bh, 1)) != -1)
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libads/
H A Dads_status.c29 ADS_STATUS ads_build_error(enum ads_error_type etype, argument
34 if (etype == ENUM_ADS_ERROR_NT) {
43 ret.error_type = etype;
48 ADS_STATUS ads_build_nt_error(enum ads_error_type etype, argument
53 if (etype != ENUM_ADS_ERROR_NT) {
61 ret.error_type = etype;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dunistd.h383 #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
384 type name(atype a, btype b, ctype c, dtype d, etype e) \
412 #define _syscall6(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e,ftype,f) \
413 type name(atype a, btype b, ctype c, dtype d, etype e, ftype f) \
443 #define _syscall7(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e,ftype,f,gtype,g) \
444 type name(atype a, btype b, ctype c, dtype d, etype e, ftype f, gtype g) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dunistd.h384 #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
385 type name(atype a, btype b, ctype c, dtype d, etype e) \
413 #define _syscall6(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e,ftype,f) \
414 type name(atype a, btype b, ctype c, dtype d, etype e, ftype f) \
444 #define _syscall7(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e,ftype,f,gtype,g) \
445 type name(atype a, btype b, ctype c, dtype d, etype e, ftype f, gtype g) \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dunistd.h383 #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
384 type name(atype a, btype b, ctype c, dtype d, etype e) \
412 #define _syscall6(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e,ftype,f) \
413 type name(atype a, btype b, ctype c, dtype d, etype e, ftype f) \
443 #define _syscall7(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e,ftype,f,gtype,g) \
444 type name(atype a, btype b, ctype c, dtype d, etype e, ftype f, gtype g) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dunistd.h384 #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
385 type name(atype a, btype b, ctype c, dtype d, etype e) \
413 #define _syscall6(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e,ftype,f) \
414 type name(atype a, btype b, ctype c, dtype d, etype e, ftype f) \
444 #define _syscall7(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e,ftype,f,gtype,g) \
445 type name(atype a, btype b, ctype c, dtype d, etype e, ftype f, gtype g) \
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dkrb5_asn.h77 ** etype[0] INTEGER, -- EncryptionType
84 ASN1_INTEGER *etype; member in struct:krb5_encdata_st
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dkrb5_asn.h77 ** etype[0] INTEGER, -- EncryptionType
84 ASN1_INTEGER *etype; member in struct:krb5_encdata_st
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dunistd.h809 #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
810 type name (atype a,btype b,ctype c,dtype d,etype e) \
834 #define _syscall6(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e,ftype,f) \
835 type name (atype a,btype b,ctype c,dtype d,etype e,ftype f) \
865 #define _syscall7(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e,ftype,f,gtype,g) \
866 type name (atype a,btype b,ctype c,dtype d,etype e,ftype f,gtype g) \
903 #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
904 type name(atype a, btype b, ctype c, dtype d, etype e) \
932 #define _syscall6(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e,ftype,f) \
933 type name(atype a, btype b, ctype c, dtype d, etype
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dunistd.h809 #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
810 type name (atype a,btype b,ctype c,dtype d,etype e) \
834 #define _syscall6(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e,ftype,f) \
835 type name (atype a,btype b,ctype c,dtype d,etype e,ftype f) \
865 #define _syscall7(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e,ftype,f,gtype,g) \
866 type name (atype a,btype b,ctype c,dtype d,etype e,ftype f,gtype g) \
903 #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
904 type name(atype a, btype b, ctype c, dtype d, etype e) \
932 #define _syscall6(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e,ftype,f) \
933 type name(atype a, btype b, ctype c, dtype d, etype
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dunistd.h320 #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
321 type name (atype a,btype b,ctype c,dtype d,etype e) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dunistd.h320 #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
321 type name (atype a,btype b,ctype c,dtype d,etype e) \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dcdk.h103 unsigned long etype; member in struct:cdkfeature
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dcdk.h103 unsigned long etype; member in struct:cdkfeature

Completed in 108 milliseconds