Searched refs:gfs2_iopen_glops (Results 1 – 4 of 4) sorted by relevance
/linux/fs/gfs2/ |
A D | glops.h | 18 extern const struct gfs2_glock_operations gfs2_iopen_glops;
|
A D | glops.c | 764 const struct gfs2_glock_operations gfs2_iopen_glops = { variable 797 [LM_TYPE_IOPEN] = &gfs2_iopen_glops,
|
A D | inode.c | 164 error = gfs2_glock_get(sdp, no_addr, &gfs2_iopen_glops, CREATE, &io_gl); in gfs2_inode_lookup() 711 error = gfs2_glock_get(sdp, ip->i_no_addr, &gfs2_iopen_glops, CREATE, &io_gl); in gfs2_create_inode()
|
A D | rgrp.c | 1868 error = gfs2_glock_get(sdp, block, &gfs2_iopen_glops, CREATE, &gl); in try_rgrp_unlink()
|
Completed in 13 milliseconds