Home
last modified time | relevance | path

Searched refs:gfs2_consist_inode (Results 1 – 4 of 4) sorted by relevance

/linux/fs/gfs2/
H A Ddir.c350 gfs2_consist_inode(ip); in gfs2_dir_get_hash_table()
566 gfs2_consist_inode(GFS2_I(inode)); in gfs2_dirent_scan()
574 gfs2_consist_inode(GFS2_I(inode)); in gfs2_dirent_scan()
589 gfs2_consist_inode(GFS2_I(inode)); in gfs2_dirent_scan()
614 gfs2_consist_inode(dip); in dirent_check_reclen()
623 gfs2_consist_inode(dip); in dirent_check_reclen()
654 gfs2_consist_inode(dip); in dirent_next()
677 gfs2_consist_inode(dip); in dirent_del()
699 gfs2_consist_inode(dip); in dirent_del()
701 gfs2_consist_inode(dip); in dirent_del()
[all …]
H A Dxattr.c100 gfs2_consist_inode(ip); in ea_foreach_i()
105 gfs2_consist_inode(ip); in ea_foreach_i()
109 gfs2_consist_inode(ip); in ea_foreach_i()
119 gfs2_consist_inode(ip); in ea_foreach_i()
268 gfs2_consist_inode(ip); in ea_dealloc_unstuffed()
1400 gfs2_consist_inode(ip); in ea_dealloc_block()
H A Drecovery.c46 gfs2_consist_inode(ip); in gfs2_replay_read_block()
229 gfs2_consist_inode(GFS2_I(jd->jd_inode)); in foreach_descriptor()
H A Dutil.h83 #define gfs2_consist_inode(ip) \ macro