Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dextents.c110 brelse(path->p_bh); in ext4_ext_path_brelse()
111 path->p_bh = NULL; in ext4_ext_path_brelse()
165 if (path->p_bh) { in ext4_ext_get_access()
197 if (path->p_bh) { in __ext4_ext_dirty()
201 inode, path->p_bh); in __ext4_ext_dirty()
253 if (path[depth].p_bh) in ext4_ext_find_goal()
654 path[i].p_bh = bh; in ext4_ext_precache()
923 path[0].p_bh = NULL; in ext4_find_extent()
946 path[ppos].p_bh = bh; in ext4_find_extent()
3011 path[i + 1].p_bh = bh; in ext4_ext_remove_space()
[all …]
H A Dext4_extents.h119 struct buffer_head *p_bh; member