Home
last modified time | relevance | path

Searched refs:rflags (Results 1 – 6 of 6) sorted by relevance

/fs/9p/
A Dvfs_inode_dotl.c167 int rflags = 0; in v9fs_mapped_dotl_flags() local
186 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() local
204 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()
A Dvfs_inode.c473 int rflags = 0; in v9fs_at_to_dotl_flags() local
476 rflags |= P9_DOTL_AT_REMOVEDIR; in v9fs_at_to_dotl_flags()
478 return rflags; in v9fs_at_to_dotl_flags()
/fs/xfs/scrub/
A Dbmap.c154 unsigned int rflags = 0; in xchk_bmap_get_rmap() local
165 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()
/fs/nfs/
A Dnfs4proc.c2080 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()
A Dnfs4xdr.c5307 res->rflags = be32_to_cpup(p++); in decode_open()
/fs/ntfs3/
A Dfslog.c269 __le32 rflags; // 0x10: See LOG_PAGE_LOG_RECORD_END member
284 return hdr->rflags & LOG_PAGE_LOG_RECORD_END; in is_log_record_end()

Completed in 51 milliseconds