Searched refs:xattrindex (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.h133 struct list_head xattrindex[XATTRINDEX_HASHSIZE]; member in struct:jffs2_sb_info
H A Dxattr.c26 * the index of the xattr name/value pair cache (c->xattrindex).
31 * is used to release xattr name/value pair and detach from c->xattrindex.
111 list_for_each_entry_safe(xd, _xd, &c->xattrindex[index], xindex) {
244 list_add(&xd->xindex, &c->xattrindex[i]);
344 list_for_each_entry(xd, &c->xattrindex[i], xindex) {
391 list_add(&xd->xindex, &c->xattrindex[i]);
700 INIT_LIST_HEAD(&c->xattrindex[i]);
721 list_for_each_entry(xd, &c->xattrindex[i], xindex) {
745 list_for_each_entry_safe(xd, _xd, &c->xattrindex[i], xindex) {
851 list_for_each_entry_safe(xd, _xd, &c->xattrindex[
[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.h133 struct list_head xattrindex[XATTRINDEX_HASHSIZE]; member in struct:jffs2_sb_info
H A Dxattr.c26 * the index of the xattr name/value pair cache (c->xattrindex).
31 * is used to release xattr name/value pair and detach from c->xattrindex.
111 list_for_each_entry_safe(xd, _xd, &c->xattrindex[index], xindex) {
244 list_add(&xd->xindex, &c->xattrindex[i]);
344 list_for_each_entry(xd, &c->xattrindex[i], xindex) {
391 list_add(&xd->xindex, &c->xattrindex[i]);
700 INIT_LIST_HEAD(&c->xattrindex[i]);
721 list_for_each_entry(xd, &c->xattrindex[i], xindex) {
745 list_for_each_entry_safe(xd, _xd, &c->xattrindex[i], xindex) {
851 list_for_each_entry_safe(xd, _xd, &c->xattrindex[
[all...]

Completed in 123 milliseconds