Home
last modified time | relevance | path

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

/openbmc/linux/fs/9p/
H A Dv9fs_vfs.h74 int v9fs_open_to_dotl_flags(int flags);
H A Dvfs_inode_dotl.c198 int v9fs_open_to_dotl_flags(int flags) in v9fs_open_to_dotl_flags() function
235 int p9_omode = v9fs_open_to_dotl_flags(flags); in v9fs_vfs_atomic_open_dotl()
H A Dvfs_file.c50 omode = v9fs_open_to_dotl_flags(file->f_flags); in v9fs_file_open()