Searched refs:transaction_ops (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/fs/nfsd/ |
| D | nfsctl.c | 134 static const struct file_operations transaction_ops = { variable 1363 &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1365 &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1366 [NFSD_Fh] = {"filehandle", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1367 [NFSD_Threads] = {"threads", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1368 [NFSD_Pool_Threads] = {"pool_threads", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1371 [NFSD_Versions] = {"versions", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1372 [NFSD_Ports] = {"portlist", &transaction_ops, S_IWUSR|S_IRUGO}, in nfsd_fill_super() 1373 [NFSD_MaxBlkSize] = {"max_block_size", &transaction_ops, S_IWUSR|S_IRUGO}, in nfsd_fill_super() 1374 [NFSD_MaxConnections] = {"max_connections", &transaction_ops, S_IWUSR|S_IRUGO}, in nfsd_fill_super() [all …]
|
| /Linux-v5.15/security/selinux/ |
| D | selinuxfs.c | 895 static const struct file_operations transaction_ops = { variable 2066 [SEL_CONTEXT] = {"context", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 2067 [SEL_ACCESS] = {"access", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 2068 [SEL_CREATE] = {"create", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 2069 [SEL_RELABEL] = {"relabel", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 2070 [SEL_USER] = {"user", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 2075 [SEL_MEMBER] = {"member", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
|