Home
last modified time | relevance | path

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

/linux-4.4.14/fs/gfs2/
Dglops.h18 extern const struct gfs2_glock_operations gfs2_inode_glops;
Dglops.c567 const struct gfs2_glock_operations gfs2_inode_glops = { variable
620 [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()
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()
Drgrp.c1807 error = gfs2_glock_get(sdp, block, &gfs2_inode_glops, CREATE, &gl); in try_rgrp_unlink()