Searched refs:SIMPLE_TRANSACTION_LIMIT (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | nfsctl.c | 387 len = SIMPLE_TRANSACTION_LIMIT; in write_filehandle() 447 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%d\n", rv); in write_threads() 533 size = SIMPLE_TRANSACTION_LIMIT; in write_pool_threads() 645 remaining = SIMPLE_TRANSACTION_LIMIT; in __write_versions() 724 return svc_xprt_names(nn->nfsd_serv, buf, SIMPLE_TRANSACTION_LIMIT); in __write_ports_names() 749 err = svc_addsock(serv, net, fd, buf, SIMPLE_TRANSACTION_LIMIT, cred); in __write_ports_addfd() 924 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%d\n", in write_maxblksize() 962 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%lld\n", *time); in __nfsd4_write_time() 1045 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%s\n", in __write_recoverydir() 1120 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%c\n", in write_v4_end_grace()
|
| /linux/security/selinux/ |
| H A D | selinuxfs.c | 620 if (len > SIMPLE_TRANSACTION_LIMIT) { in sel_write_context() 826 length = scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, in sel_write_access() 922 if (len > SIMPLE_TRANSACTION_LIMIT) { in sel_write_create() 984 if (len > SIMPLE_TRANSACTION_LIMIT) in sel_write_relabel() 1051 if (len > SIMPLE_TRANSACTION_LIMIT) { in sel_write_member()
|
| /linux/include/linux/ |
| H A D | fs.h | 3505 #define SIMPLE_TRANSACTION_LIMIT (PAGE_SIZE - sizeof(struct simple_transaction_argresp)) macro
|