Searched refs:ext2_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/ext2/
H A Dxattr.c102 static struct mb_cache *ext2_xattr_cache; variable in typeref:struct:mb_cache
497 ce = mb_cache_entry_get(ext2_xattr_cache, bh->b_bdev,
724 ce = mb_cache_entry_get(ext2_xattr_cache, old_bh->b_bdev,
788 ce = mb_cache_entry_get(ext2_xattr_cache, bh->b_bdev, bh->b_blocknr);
843 ce = mb_cache_entry_alloc(ext2_xattr_cache, GFP_NOFS);
851 atomic_read(&ext2_xattr_cache->c_entry_count));
856 atomic_read(&ext2_xattr_cache->c_entry_count));
920 ce = mb_cache_entry_find_first(ext2_xattr_cache, inode->i_sb->s_bdev,
1029 ext2_xattr_cache = mb_cache_create("ext2_xattr", 6);
1030 if (!ext2_xattr_cache)
[all...]

Completed in 22 milliseconds