Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfsctl.c133 static const struct file_operations transaction_ops = { in nfsctl_transaction_read()
1322 &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_client_mkdir()
1324 &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_client_mkdir()
1325 [NFSD_Fh] = {"filehandle", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_client_mkdir()
1326 [NFSD_Threads] = {"threads", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_client_mkdir()
1327 [NFSD_Pool_Threads] = {"pool_threads", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_client_mkdir()
1331 [NFSD_Versions] = {"versions", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_client_mkdir()
1332 [NFSD_Ports] = {"portlist", &transaction_ops, S_IWUSR|S_IRUGO}, in nfsd_client_mkdir()
1333 [NFSD_MaxBlkSize] = {"max_block_size", &transaction_ops, S_IWUSR|S_IRUGO}, in nfsd_client_mkdir()
1336 [NFSD_Leasetime] = {"nfsv4leasetime", &transaction_ops, S_IWUS in nfsd_client_mkdir()
136 static const struct file_operations transaction_ops = { global() variable
[all...]