Searched refs:gfs2_inode_glops (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/gfs2/ |
D | glops.h | 18 extern const struct gfs2_glock_operations gfs2_inode_glops;
|
D | glops.c | 567 const struct gfs2_glock_operations gfs2_inode_glops = { variable 620 [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() 215 error = gfs2_glock_nq_num(sdp, no_addr, &gfs2_inode_glops, in gfs2_lookup_by_inum() 703 error = gfs2_glock_get(sdp, ip->i_no_addr, &gfs2_inode_glops, CREATE, &ip->i_gl); in gfs2_create_inode()
|
D | rgrp.c | 1807 error = gfs2_glock_get(sdp, block, &gfs2_inode_glops, CREATE, &gl); in try_rgrp_unlink()
|