64 had_lock = (gfs2_glock_is_locked_by_me(dip->
i_gl) !=
NULL);
112 static int gfs2_dhash(
const struct dentry *dentry,
const struct inode *inode,
115 str->hash = gfs2_disk_hash(str->
name, str->len);
119 static int gfs2_dentry_delete(
const struct dentry *dentry)
126 ginode = GFS2_I(dentry->
d_inode);
137 .d_revalidate = gfs2_drevalidate,
138 .d_hash = gfs2_dhash,
139 .d_delete = gfs2_dentry_delete,