Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/include/linux/ceph/
Dceph_fs.h568 int ceph_flags_to_mode(int flags);
/Linux-v5.4/fs/ceph/
Dfile.c195 req->r_fmode = ceph_flags_to_mode(flags); in prepare_open_request()
366 fmode = ceph_flags_to_mode(flags); in ceph_open()