Home
last modified time | relevance | path

Searched refs:gfs2_quota_glops (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/gfs2/
Dglops.h24 extern const struct gfs2_glock_operations gfs2_quota_glops;
Dglops.c597 const struct gfs2_glock_operations gfs2_quota_glops = { variable
613 [LM_TYPE_QUOTA] = &gfs2_quota_glops,
Dquota.c232 &gfs2_quota_glops, CREATE, &qd->qd_gl); in qd_alloc()