Home
last modified time | relevance | path

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

/openbmc/linux/fs/9p/
H A Dfid.h53 ((fid->qid.version == 0) && !(s_flags & V9FS_IGNORE_QV)) || in v9fs_fid_add_modes()
H A Dv9fs.h41 V9FS_IGNORE_QV = 0x80, /* ignore qid.version for cache hints */ enumerator
H A Dv9fs.c142 if (v9ses->flags & V9FS_IGNORE_QV) in v9fs_show_options()
279 v9ses->flags |= V9FS_IGNORE_QV; in v9fs_parse_options()