Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dnfsctl.c129 static const struct file_operations transaction_ops = { variable
1159 &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super()
1161 &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super()
1162 [NFSD_Fh] = {"filehandle", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super()
1163 [NFSD_Threads] = {"threads", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super()
1164 [NFSD_Pool_Threads] = {"pool_threads", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super()
1167 [NFSD_Versions] = {"versions", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super()
1168 [NFSD_Ports] = {"portlist", &transaction_ops, S_IWUSR|S_IRUGO}, in nfsd_fill_super()
1169 [NFSD_MaxBlkSize] = {"max_block_size", &transaction_ops, S_IWUSR|S_IRUGO}, in nfsd_fill_super()
1170 [NFSD_MaxConnections] = {"max_connections", &transaction_ops, S_IWUSR|S_IRUGO}, in nfsd_fill_super()
[all …]