Home
last modified time | relevance | path

Searched refs:go_flags (Results 1 – 5 of 5) sorted by relevance

/linux/fs/gfs2/
A Dglops.c733 .go_flags = GLOF_NONDISK,
743 .go_flags = GLOF_ASPACE | GLOF_LRU | GLOF_LVB,
753 .go_flags = GLOF_LVB,
761 .go_flags = GLOF_NONDISK,
768 .go_flags = GLOF_LRU | GLOF_NONDISK,
774 .go_flags = GLOF_LRU | GLOF_NONDISK,
779 .go_flags = GLOF_NONDISK,
785 .go_flags = GLOF_LVB | GLOF_LRU | GLOF_NONDISK,
790 .go_flags = GLOF_NONDISK,
A Dglock.c130 if (gl->gl_ops->go_flags & GLOF_ASPACE) in gfs2_glock_dealloc()
155 if (gl->gl_ops->go_flags & GLOF_NONDISK) in glock_blocked_by_withdraw()
217 if (!(gl->gl_ops->go_flags & GLOF_LRU)) in gfs2_glock_add_to_lru()
234 if (!(gl->gl_ops->go_flags & GLOF_LRU)) in gfs2_glock_remove_from_lru()
1174 if (glops->go_flags & GLOF_ASPACE) in gfs2_glock_get()
1184 if (glops->go_flags & GLOF_LVB) { in gfs2_glock_get()
2400 if (gl->gl_ops->go_flags & GLOF_ASPACE) { in gfs2_dump_glock()
A Dglock.h182 if (gl->gl_ops->go_flags & GLOF_ASPACE) in gfs2_glock2aspace()
A Dincore.h229 const unsigned long go_flags; member
/linux/Documentation/filesystems/
A Dgfs2-glocks.rst73 go_flags GLOF_ASPACE is set, if the glock has an address space

Completed in 16 milliseconds