Home
last modified time | relevance | path

Searched refs:ce (Results 1 – 3 of 3) sorted by relevance

/fs/smb/client/
A Ddfs_cache.c175 ce->ttl, ce->etime.tv_nsec, ce->hdr_flags, ce->ref_flags, in dfscache_proc_show()
241 ce->path, in dump_ce()
244 ce->hdr_flags, ce->ref_flags, in dump_ce()
390 ce->etime = get_expire_time(ce->ttl); in copy_ref_data()
427 if (!ce) in alloc_cache_entry()
442 return ce; in alloc_cache_entry()
494 return ce; in add_cache_entry_locked()
504 return ce; in add_cache_entry_locked()
701 return ce; in cache_refresh_path()
746 return ce; in cache_refresh_path()
[all …]
/fs/ext4/
A Dxattr.c1319 if (ce) { in ext4_xattr_release_block()
1519 struct mb_cache_entry *ce; in ext4_xattr_inode_cache_find() local
1527 if (!ce) in ext4_xattr_inode_cache_find()
1539 while (ce) { in ext4_xattr_inode_cache_find()
1557 ce = mb_cache_entry_find_next(ea_inode_cache, ce); in ext4_xattr_inode_cache_find()
2078 ce = NULL; in ext4_xattr_block_set()
2097 ce = NULL; in ext4_xattr_block_set()
2196 if (ce) in ext4_xattr_block_set()
3107 while (ce) { in ext4_xattr_block_cache_find()
3118 *pce = ce; in ext4_xattr_block_cache_find()
[all …]
/fs/ext2/
A Dxattr.c941 struct mb_cache_entry *ce; in ext2_xattr_cache_find() local
948 ce = mb_cache_entry_find_first(ea_block_cache, hash); in ext2_xattr_cache_find()
949 while (ce) { in ext2_xattr_cache_find()
952 bh = sb_bread(inode->i_sb, ce->e_value); in ext2_xattr_cache_find()
956 inode->i_ino, (unsigned long) ce->e_value); in ext2_xattr_cache_find()
962 (unsigned long) ce->e_value, in ext2_xattr_cache_find()
968 mb_cache_entry_touch(ea_block_cache, ce); in ext2_xattr_cache_find()
969 mb_cache_entry_put(ea_block_cache, ce); in ext2_xattr_cache_find()
975 ce = mb_cache_entry_find_next(ea_block_cache, ce); in ext2_xattr_cache_find()

Completed in 15 milliseconds