dotl_oflag_map    170 fs/9p/vfs_inode_dotl.c 	struct dotl_openflag_map dotl_oflag_map[] = {
dotl_oflag_map    186 fs/9p/vfs_inode_dotl.c 	for (i = 0; i < ARRAY_SIZE(dotl_oflag_map); i++) {
dotl_oflag_map    187 fs/9p/vfs_inode_dotl.c 		if (flags & dotl_oflag_map[i].open_flag)
dotl_oflag_map    188 fs/9p/vfs_inode_dotl.c 			rflags |= dotl_oflag_map[i].dotl_flag;