Home
last modified time | relevance | path

Searched refs:ext4_fc_unlock (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ext4/
H A Dfast_commit.c243 ext4_fc_unlock(inode->i_sb, alloc_ctx); in ext4_fc_del()
278 ext4_fc_unlock(inode->i_sb, alloc_ctx); in ext4_fc_del()
291 ext4_fc_unlock(inode->i_sb, alloc_ctx); in ext4_fc_del()
301 ext4_fc_unlock(inode->i_sb, alloc_ctx); in ext4_fc_del()
338 ext4_fc_unlock(sb, alloc_ctx); in ext4_fc_mark_ineligible()
385 ext4_fc_unlock(inode->i_sb, alloc_ctx); in ext4_fc_track_template()
452 ext4_fc_unlock(sb, alloc_ctx); in __track_dentry_update()
1064 ext4_fc_unlock(sb, alloc_ctx); in ext4_fc_perform_commit()
1091 ext4_fc_unlock(sb, alloc_ctx); in ext4_fc_perform_commit()
1113 ext4_fc_unlock(sb, alloc_ctx); in ext4_fc_perform_commit()
[all …]
H A Dext4.h1842 static inline void ext4_fc_unlock(struct super_block *sb, int ctx) in ext4_fc_unlock() function