Searched refs:transaction_ops (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/fs/nfsd/ |
D | nfsctl.c | 154 static const struct file_operations transaction_ops = { variable 1408 [NFSD_Svc] = {".svc", &transaction_ops, S_IWUSR}, in nfsd_fill_super() 1409 [NFSD_Add] = {".add", &transaction_ops, S_IWUSR}, in nfsd_fill_super() 1410 [NFSD_Del] = {".del", &transaction_ops, S_IWUSR}, in nfsd_fill_super() 1411 [NFSD_Export] = {".export", &transaction_ops, S_IWUSR}, in nfsd_fill_super() 1412 [NFSD_Unexport] = {".unexport", &transaction_ops, S_IWUSR}, in nfsd_fill_super() 1413 [NFSD_Getfd] = {".getfd", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1414 [NFSD_Getfs] = {".getfs", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1420 &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1422 &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() [all …]
|
/linux-2.6.39/security/selinux/ |
D | selinuxfs.c | 693 static const struct file_operations transaction_ops = { variable 1778 [SEL_CONTEXT] = {"context", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 1779 [SEL_ACCESS] = {"access", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 1780 [SEL_CREATE] = {"create", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 1781 [SEL_RELABEL] = {"relabel", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 1782 [SEL_USER] = {"user", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super() 1787 [SEL_MEMBER] = {"member", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
|