Home
last modified time | relevance | path

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

/linux-4.1.27/net/ceph/
Dceph_fs.c31 int ceph_flags_to_mode(int flags) in ceph_flags_to_mode() function
59 EXPORT_SYMBOL(ceph_flags_to_mode);
/linux-4.1.27/include/linux/ceph/
Dceph_fs.h519 int ceph_flags_to_mode(int flags);
/linux-4.1.27/fs/ceph/
Dfile.c57 req->r_fmode = ceph_flags_to_mode(flags); in prepare_open_request()
154 fmode = ceph_flags_to_mode(flags); in ceph_open()