Home
last modified time | relevance | path

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

/linux/fs/9p/
H A Dfid.h58 fid->mode |= P9L_NOWRITECACHE; in v9fs_fid_add_modes()
H A Dvfs_file.c403 if (fid->mode & (P9L_DIRECT | P9L_NOWRITECACHE)) in v9fs_file_write_iter()
/linux/include/net/9p/
H A D9p.h220 P9L_NOWRITECACHE = 0x4000, /* no write caching */ enumerator