Home
last modified time | relevance | path

Searched refs:r_flags (Results 1 – 4 of 4) sorted by relevance

/fs/ocfs2/
Dreservations.c45 if (!(resv->r_flags & OCFS2_RESV_FLAG_DIR)) { in ocfs2_resv_window_bits()
198 resv->r_flags |= flags; in ocfs2_resv_set_type()
234 if (resv->r_flags & OCFS2_RESV_FLAG_INUSE) { in ocfs2_resv_remove()
237 resv->r_flags &= ~OCFS2_RESV_FLAG_INUSE; in ocfs2_resv_remove()
337 new->r_flags |= OCFS2_RESV_FLAG_INUSE; in ocfs2_resv_insert()
622 int tmpwindow = !!(resv->r_flags & OCFS2_RESV_FLAG_TMP); in ocfs2_cannibalize_resv()
731 if ((resv->r_flags & OCFS2_RESV_FLAG_TMP) || wanted < *clen) in ocfs2_resmap_resv_bits()
Dreservations.h29 unsigned int r_flags; member
/fs/ceph/
Daddr.c1832 rd_req->r_flags = CEPH_OSD_FLAG_READ; in __ceph_pool_perm_get()
1850 wr_req->r_flags = CEPH_OSD_FLAG_WRITE; in __ceph_pool_perm_get()
Dfile.c1175 req->r_flags = /* CEPH_OSD_FLAG_ORDERSNAP | */ CEPH_OSD_FLAG_WRITE; in ceph_aio_retry_work()