Searched refs:transaction_ops (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/fs/nfsd/ |
A D | nfsctl.c | 134 static const struct file_operations transaction_ops = { variable 1383 &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1385 &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1386 [NFSD_Fh] = {"filehandle", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1387 [NFSD_Threads] = {"threads", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1388 [NFSD_Pool_Threads] = {"pool_threads", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1392 [NFSD_Versions] = {"versions", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1393 [NFSD_Ports] = {"portlist", &transaction_ops, S_IWUSR|S_IRUGO}, in nfsd_fill_super() 1398 [NFSD_Leasetime] = {"nfsv4leasetime", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1399 [NFSD_Gracetime] = {"nfsv4gracetime", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() [all …]
|
/linux-6.3-rc2/security/selinux/ |
A D | selinuxfs.c | 899 static const struct file_operations transaction_ops = { variable 2067 [SEL_CONTEXT] = {"context", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 2068 [SEL_ACCESS] = {"access", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 2069 [SEL_CREATE] = {"create", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 2070 [SEL_RELABEL] = {"relabel", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 2071 [SEL_USER] = {"user", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 2076 [SEL_MEMBER] = {"member", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
|
Completed in 9 milliseconds