Searched refs:XATTRINDEX_HASHSIZE (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jffs2/
H A Djffs2_fs_sb.h130 #define XATTRINDEX_HASHSIZE (57) macro
133 struct list_head xattrindex[XATTRINDEX_HASHSIZE];
H A Dxattr.c25 * is used to calcurate xdatum hashkey. The reminder of hashkey into XATTRINDEX_HASHSIZE is
110 for (count = 0; count < XATTRINDEX_HASHSIZE; count++) {
120 index = (index+1) % XATTRINDEX_HASHSIZE;
243 i = xd->hashkey % XATTRINDEX_HASHSIZE;
343 i = hashkey % XATTRINDEX_HASHSIZE;
390 i = hashkey % XATTRINDEX_HASHSIZE;
699 for (i=0; i < XATTRINDEX_HASHSIZE; i++)
716 int i = xid % XATTRINDEX_HASHSIZE;
744 for (i=0; i < XATTRINDEX_HASHSIZE; i++) {
850 for (i=0; i < XATTRINDEX_HASHSIZE;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jffs2/
H A Djffs2_fs_sb.h130 #define XATTRINDEX_HASHSIZE (57) macro
133 struct list_head xattrindex[XATTRINDEX_HASHSIZE];
H A Dxattr.c25 * is used to calcurate xdatum hashkey. The reminder of hashkey into XATTRINDEX_HASHSIZE is
110 for (count = 0; count < XATTRINDEX_HASHSIZE; count++) {
120 index = (index+1) % XATTRINDEX_HASHSIZE;
243 i = xd->hashkey % XATTRINDEX_HASHSIZE;
343 i = hashkey % XATTRINDEX_HASHSIZE;
390 i = hashkey % XATTRINDEX_HASHSIZE;
699 for (i=0; i < XATTRINDEX_HASHSIZE; i++)
716 int i = xid % XATTRINDEX_HASHSIZE;
744 for (i=0; i < XATTRINDEX_HASHSIZE; i++) {
850 for (i=0; i < XATTRINDEX_HASHSIZE;
[all...]

Completed in 65 milliseconds