Home
last modified time | relevance | path

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

/linux-3.4.99/fs/9p/
Dv9fs_vfs.h87 int v9fs_open_to_dotl_flags(int flags);
Dvfs_inode_dotl.c232 int v9fs_open_to_dotl_flags(int flags) in v9fs_open_to_dotl_flags() function
314 err = p9_client_create_dotl(ofid, name, v9fs_open_to_dotl_flags(flags), in v9fs_vfs_create_dotl()
Dvfs_file.c68 omode = v9fs_open_to_dotl_flags(file->f_flags); in v9fs_file_open()