Home
last modified time | relevance | path

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

/linux-3.4.99/fs/gfs2/
Dglops.h16 extern const struct gfs2_glock_operations gfs2_inode_glops;
Dglops.c543 const struct gfs2_glock_operations gfs2_inode_glops = { variable
593 [LM_TYPE_INODE] = &gfs2_inode_glops,
Dinode.c158 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()
Drgrp.c1075 error = gfs2_glock_get(sdp, no_addr, &gfs2_inode_glops, CREATE, &gl); in try_rgrp_unlink()