Home
last modified time | relevance | path

Searched refs:ceph_flags_to_mode (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/ceph/
Dceph_fs.c57 int ceph_flags_to_mode(int flags) in ceph_flags_to_mode() function
85 EXPORT_SYMBOL(ceph_flags_to_mode);
/Linux-v4.19/include/linux/ceph/
Dceph_fs.h562 int ceph_flags_to_mode(int flags);
/Linux-v4.19/fs/ceph/
Dfile.c192 req->r_fmode = ceph_flags_to_mode(flags); in prepare_open_request()
359 fmode = ceph_flags_to_mode(flags); in ceph_open()