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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dxattr.c105 static struct mb_cache *ext3_xattr_cache; variable in typeref:struct:mb_cache
484 ce = mb_cache_entry_get(ext3_xattr_cache, bh->b_bdev, bh->b_blocknr);
695 ce = mb_cache_entry_get(ext3_xattr_cache, bs->bh->b_bdev,
1137 ce = mb_cache_entry_alloc(ext3_xattr_cache, GFP_NOFS);
1214 ce = mb_cache_entry_find_first(ext3_xattr_cache, inode->i_sb->s_bdev,
1316 ext3_xattr_cache = mb_cache_create("ext3_xattr", 6);
1317 if (!ext3_xattr_cache)
1325 if (ext3_xattr_cache)
1326 mb_cache_destroy(ext3_xattr_cache);
1327 ext3_xattr_cache
[all...]

Completed in 26 milliseconds