Home
last modified time | relevance | path

Searched refs:OCFS2_RESV_FLAG_INUSE (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/ocfs2/
Dreservations.h32 #define OCFS2_RESV_FLAG_INUSE 0x01 /* Set when r_node is part of a btree */ macro
Dreservations.c232 if (resv->r_flags & OCFS2_RESV_FLAG_INUSE) { in ocfs2_resv_remove()
235 resv->r_flags &= ~OCFS2_RESV_FLAG_INUSE; in ocfs2_resv_remove()
335 new->r_flags |= OCFS2_RESV_FLAG_INUSE; in ocfs2_resv_insert()