Searched refs:rflags (Results 1 – 6 of 6) sorted by relevance
167 int rflags = 0; in v9fs_mapped_dotl_flags() local186 rflags |= dotl_oflag_map[i].dotl_flag; in v9fs_mapped_dotl_flags()188 return rflags; in v9fs_mapped_dotl_flags()198 int rflags = 0; in v9fs_open_to_dotl_flags() local204 rflags |= flags & O_ACCMODE; in v9fs_open_to_dotl_flags()205 rflags |= v9fs_mapped_dotl_flags(flags); in v9fs_open_to_dotl_flags()207 return rflags; in v9fs_open_to_dotl_flags()
473 int rflags = 0; in v9fs_at_to_dotl_flags() local476 rflags |= P9_DOTL_AT_REMOVEDIR; in v9fs_at_to_dotl_flags()478 return rflags; in v9fs_at_to_dotl_flags()
154 unsigned int rflags = 0; in xchk_bmap_get_rmap() local165 rflags |= XFS_RMAP_ATTR_FORK; in xchk_bmap_get_rmap()167 rflags |= XFS_RMAP_UNWRITTEN; in xchk_bmap_get_rmap()185 rflags, rmap, &has_rmap); in xchk_bmap_get_rmap()188 rflags, rmap, &has_rmap); in xchk_bmap_get_rmap()
2080 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_NO_OPEN_STATEID)) { in _nfs4_opendata_reclaim_to_nfs4_state()2153 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_NO_OPEN_STATEID)) { in _nfs4_opendata_to_nfs4_state()2627 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)) in nfs4_open_done()2647 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM) in nfs4_open_release()2728 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) in _nfs4_recover_proc_open()2809 if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0) in _nfs4_proc_open()2811 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) { in _nfs4_proc_open()3170 if (opendata->o_res.rflags & NFS4_OPEN_RESULT_MAY_NOTIFY_LOCK) in _nfs4_open_and_get_state()3172 if (opendata->o_res.rflags & NFS4_OPEN_RESULT_PRESERVE_UNLINKED) in _nfs4_open_and_get_state()
5307 res->rflags = be32_to_cpup(p++); in decode_open()
269 __le32 rflags; // 0x10: See LOG_PAGE_LOG_RECORD_END member284 return hdr->rflags & LOG_PAGE_LOG_RECORD_END; in is_log_record_end()
Completed in 51 milliseconds