Home
last modified time | relevance | path

Searched refs:OCFS2_RESV_FLAG_INUSE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dreservations.h34 #define OCFS2_RESV_FLAG_INUSE 0x01 /* Set when r_node is part of a btree */ macro
H A Dreservations.c236 if (resv->r_flags & OCFS2_RESV_FLAG_INUSE) { in ocfs2_resv_remove()
239 resv->r_flags &= ~OCFS2_RESV_FLAG_INUSE; in ocfs2_resv_remove()
339 new->r_flags |= OCFS2_RESV_FLAG_INUSE; in ocfs2_resv_insert()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dreservations.h32 #define OCFS2_RESV_FLAG_INUSE 0x01 /* Set when r_node is part of a btree */ macro
H A 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()

Completed in 3 milliseconds