Searched refs:gfs2_inode_glops (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/fs/gfs2/ |
D | glops.h | 16 extern const struct gfs2_glock_operations gfs2_inode_glops;
|
D | glops.c | 543 const struct gfs2_glock_operations gfs2_inode_glops = { variable 593 [LM_TYPE_INODE] = &gfs2_inode_glops,
|
D | inode.c | 158 error = gfs2_glock_get(sdp, no_addr, &gfs2_inode_glops, CREATE, &ip->i_gl); in gfs2_inode_lookup() 214 error = gfs2_glock_nq_num(sdp, no_addr, &gfs2_inode_glops, in gfs2_lookup_by_inum() 689 error = gfs2_glock_nq_num(sdp, inum.no_addr, &gfs2_inode_glops, in gfs2_create_inode()
|
D | rgrp.c | 1075 error = gfs2_glock_get(sdp, no_addr, &gfs2_inode_glops, CREATE, &gl); in try_rgrp_unlink()
|