Searched refs:transaction_ops (Results 1 - 1 of 1) sorted by relevance

/fs/nfsd/
H A Dnfsctl.c128 static const struct file_operations transaction_ops = { variable in typeref:struct:file_operations
1138 &transaction_ops, S_IWUSR|S_IRUSR},
1140 &transaction_ops, S_IWUSR|S_IRUSR},
1141 [NFSD_Fh] = {"filehandle", &transaction_ops, S_IWUSR|S_IRUSR},
1142 [NFSD_Threads] = {"threads", &transaction_ops, S_IWUSR|S_IRUSR},
1143 [NFSD_Pool_Threads] = {"pool_threads", &transaction_ops, S_IWUSR|S_IRUSR},
1146 [NFSD_Versions] = {"versions", &transaction_ops, S_IWUSR|S_IRUSR},
1147 [NFSD_Ports] = {"portlist", &transaction_ops, S_IWUSR|S_IRUGO},
1148 [NFSD_MaxBlkSize] = {"max_block_size", &transaction_ops, S_IWUSR|S_IRUGO},
1149 [NFSD_MaxConnections] = {"max_connections", &transaction_ops, S_IWUS
[all...]

Completed in 13 milliseconds