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

/linux-master/fs/nfsd/
H A Dnfsctl.c136 static const struct file_operations transaction_ops = { variable in typeref:struct:file_operations
1346 &transaction_ops, S_IWUSR|S_IRUSR},
1348 &transaction_ops, S_IWUSR|S_IRUSR},
1349 [NFSD_Fh] = {"filehandle", &transaction_ops, S_IWUSR|S_IRUSR},
1350 [NFSD_Threads] = {"threads", &transaction_ops, S_IWUSR|S_IRUSR},
1351 [NFSD_Pool_Threads] = {"pool_threads", &transaction_ops, S_IWUSR|S_IRUSR},
1355 [NFSD_Versions] = {"versions", &transaction_ops, S_IWUSR|S_IRUSR},
1356 [NFSD_Ports] = {"portlist", &transaction_ops, S_IWUSR|S_IRUGO},
1357 [NFSD_MaxBlkSize] = {"max_block_size", &transaction_ops, S_IWUSR|S_IRUGO},
1358 [NFSD_MaxConnections] = {"max_connections", &transaction_ops, S_IWUS
[all...]
/linux-master/security/selinux/
H A Dselinuxfs.c841 static const struct file_operations transaction_ops = { variable in typeref:struct:file_operations
1981 [SEL_CONTEXT] = {"context", &transaction_ops, S_IRUGO|S_IWUGO},
1982 [SEL_ACCESS] = {"access", &transaction_ops, S_IRUGO|S_IWUGO},
1983 [SEL_CREATE] = {"create", &transaction_ops, S_IRUGO|S_IWUGO},
1984 [SEL_RELABEL] = {"relabel", &transaction_ops, S_IRUGO|S_IWUGO},
1985 [SEL_USER] = {"user", &transaction_ops, S_IRUGO|S_IWUGO},
1990 [SEL_MEMBER] = {"member", &transaction_ops, S_IRUGO|S_IWUGO},

Completed in 114 milliseconds