Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dnfsctl.c129 static const struct file_operations transaction_ops = { variable
1134 &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super()
1136 &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super()
1137 [NFSD_Fh] = {"filehandle", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super()
1138 [NFSD_Threads] = {"threads", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super()
1139 [NFSD_Pool_Threads] = {"pool_threads", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super()
1142 [NFSD_Versions] = {"versions", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super()
1143 [NFSD_Ports] = {"portlist", &transaction_ops, S_IWUSR|S_IRUGO}, in nfsd_fill_super()
1144 [NFSD_MaxBlkSize] = {"max_block_size", &transaction_ops, S_IWUSR|S_IRUGO}, in nfsd_fill_super()
1145 [NFSD_MaxConnections] = {"max_connections", &transaction_ops, S_IWUSR|S_IRUGO}, in nfsd_fill_super()
[all …]
/linux-4.4.14/security/selinux/
Dselinuxfs.c695 static const struct file_operations transaction_ops = { variable
1747 [SEL_CONTEXT] = {"context", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
1748 [SEL_ACCESS] = {"access", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
1749 [SEL_CREATE] = {"create", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
1750 [SEL_RELABEL] = {"relabel", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
1751 [SEL_USER] = {"user", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
1756 [SEL_MEMBER] = {"member", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()