had_lock 42 fs/gfs2/dentry.c int had_lock = 0; had_lock 63 fs/gfs2/dentry.c had_lock = (gfs2_glock_is_locked_by_me(dip->i_gl) != NULL); had_lock 64 fs/gfs2/dentry.c if (!had_lock) { had_lock 73 fs/gfs2/dentry.c if (!had_lock) had_lock 266 fs/ocfs2/acl.c int status, had_lock; had_lock 269 fs/ocfs2/acl.c had_lock = ocfs2_inode_lock_tracker(inode, &bh, 1, &oh); had_lock 270 fs/ocfs2/acl.c if (had_lock < 0) had_lock 271 fs/ocfs2/acl.c return had_lock; had_lock 285 fs/ocfs2/acl.c ocfs2_inode_unlock_tracker(inode, 1, &oh, had_lock); had_lock 295 fs/ocfs2/acl.c int had_lock; had_lock 302 fs/ocfs2/acl.c had_lock = ocfs2_inode_lock_tracker(inode, &di_bh, 0, &oh); had_lock 303 fs/ocfs2/acl.c if (had_lock < 0) had_lock 304 fs/ocfs2/acl.c return ERR_PTR(had_lock); had_lock 310 fs/ocfs2/acl.c ocfs2_inode_unlock_tracker(inode, 0, &oh, had_lock); had_lock 2718 fs/ocfs2/dlmglue.c int had_lock) had_lock 2728 fs/ocfs2/dlmglue.c if (!had_lock) { had_lock 209 fs/ocfs2/dlmglue.h int had_lock); had_lock 1126 fs/ocfs2/file.c int had_lock; had_lock 1170 fs/ocfs2/file.c had_lock = ocfs2_inode_lock_tracker(inode, &bh, 1, &oh); had_lock 1171 fs/ocfs2/file.c if (had_lock < 0) { had_lock 1172 fs/ocfs2/file.c status = had_lock; had_lock 1174 fs/ocfs2/file.c } else if (had_lock) { had_lock 1277 fs/ocfs2/file.c ocfs2_inode_unlock_tracker(inode, 1, &oh, had_lock); had_lock 1295 fs/ocfs2/file.c ocfs2_inode_unlock_tracker(inode, 1, &oh, had_lock); had_lock 1335 fs/ocfs2/file.c int ret, had_lock; had_lock 1341 fs/ocfs2/file.c had_lock = ocfs2_inode_lock_tracker(inode, NULL, 0, &oh); had_lock 1342 fs/ocfs2/file.c if (had_lock < 0) { had_lock 1343 fs/ocfs2/file.c ret = had_lock; had_lock 1345 fs/ocfs2/file.c } else if (had_lock) { had_lock 1360 fs/ocfs2/file.c ocfs2_inode_unlock_tracker(inode, 0, &oh, had_lock); had_lock 4251 fs/ocfs2/refcounttree.c int error, had_lock; had_lock 4297 fs/ocfs2/refcounttree.c had_lock = ocfs2_inode_lock_tracker(new_orphan_inode, NULL, 1, had_lock 4299 fs/ocfs2/refcounttree.c if (had_lock < 0) { had_lock 4300 fs/ocfs2/refcounttree.c error = had_lock; had_lock 4318 fs/ocfs2/refcounttree.c ocfs2_inode_unlock_tracker(new_orphan_inode, 1, &oh, had_lock); had_lock 1326 fs/ocfs2/xattr.c int ret, had_lock; had_lock 1330 fs/ocfs2/xattr.c had_lock = ocfs2_inode_lock_tracker(inode, &di_bh, 0, &oh); had_lock 1331 fs/ocfs2/xattr.c if (had_lock < 0) { had_lock 1332 fs/ocfs2/xattr.c mlog_errno(had_lock); had_lock 1333 fs/ocfs2/xattr.c return had_lock; had_lock 1340 fs/ocfs2/xattr.c ocfs2_inode_unlock_tracker(inode, 0, &oh, had_lock); had_lock 3536 fs/ocfs2/xattr.c int ret, credits, had_lock, ref_meta = 0, ref_credits = 0; had_lock 3572 fs/ocfs2/xattr.c had_lock = ocfs2_inode_lock_tracker(inode, &di_bh, 1, &oh); had_lock 3573 fs/ocfs2/xattr.c if (had_lock < 0) { had_lock 3574 fs/ocfs2/xattr.c ret = had_lock; had_lock 3671 fs/ocfs2/xattr.c ocfs2_inode_unlock_tracker(inode, 1, &oh, had_lock);