/*
 * Copyright (c) 2014 Red Hat.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by the
 * Free Software Foundation; either version 2 of the License, or (at your
 * option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 * for more details.
 */

cifs {
    session		CIFS:0:0
    shares		CIFS:0:1
    buffer		CIFS:0:2
    pool_size		CIFS:0:3
    small_buffer	CIFS:0:4
    small_pool_size	CIFS:0:5
    mid_operations	CIFS:0:6
    total_operations	CIFS:0:7
    total_reconnects	CIFS:0:8
    vfs_operations	CIFS:0:9
    vfs_operations_max	CIFS:0:10
    fs
    ops
}

cifs.fs {
    connected		CIFS:1:0
    smbs		CIFS:1:1
    oplock_breaks	CIFS:1:2
    read		CIFS:1:3
    read_bytes		CIFS:1:4
    write		CIFS:1:5
    write_bytes		CIFS:1:6
    flushes		CIFS:1:7
    locks		CIFS:1:8
    hard_links		CIFS:1:9
    sym_links		CIFS:1:10
}

cifs.ops {
    open		CIFS:1:11
    close		CIFS:1:12
    delete		CIFS:1:13
    posix_open		CIFS:1:14
    posix_mkdir		CIFS:1:15
    mkdir		CIFS:1:16
    rmdir		CIFS:1:17
    rename		CIFS:1:18
    t2_rename		CIFS:1:19
    find_first		CIFS:1:20
    find_next		CIFS:1:21
    find_close		CIFS:1:22
}
