Home
last modified time | relevance | path

Searched refs:SIMPLE_TRANSACTION_LIMIT (Results 1 – 4 of 4) sorted by relevance

/linux/fs/nfsd/
H A Dnfsctl.c368 len = SIMPLE_TRANSACTION_LIMIT; in write_filehandle()
424 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%d\n", rv); in write_threads()
510 size = SIMPLE_TRANSACTION_LIMIT; in write_pool_threads()
622 remaining = SIMPLE_TRANSACTION_LIMIT; in __write_versions()
701 return svc_xprt_names(nn->nfsd_serv, buf, SIMPLE_TRANSACTION_LIMIT); in __write_ports_names()
726 err = svc_addsock(serv, net, fd, buf, SIMPLE_TRANSACTION_LIMIT, cred); in __write_ports_addfd()
901 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%d\n", in write_maxblksize()
940 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%u\n", maxconn); in write_maxconn()
977 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%lld\n", *time); in __nfsd4_write_time()
1060 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%s\n", in __write_recoverydir()
[all …]
/linux/security/selinux/
H A Dselinuxfs.c654 if (len > SIMPLE_TRANSACTION_LIMIT) { in sel_write_context()
893 length = scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, in sel_write_access()
989 if (len > SIMPLE_TRANSACTION_LIMIT) { in sel_write_create()
1051 if (len > SIMPLE_TRANSACTION_LIMIT) in sel_write_relabel()
1112 if ((length + len) >= SIMPLE_TRANSACTION_LIMIT) { in sel_write_user()
1175 if (len > SIMPLE_TRANSACTION_LIMIT) { in sel_write_member()
/linux/fs/
H A Dlibfs.c1215 BUG_ON(n > SIMPLE_TRANSACTION_LIMIT); in simple_transaction_set()
1231 if (size > SIMPLE_TRANSACTION_LIMIT - 1) in simple_transaction_get()
/linux/include/linux/
H A Dfs.h3642 #define SIMPLE_TRANSACTION_LIMIT (PAGE_SIZE - sizeof(struct simple_transaction_argresp)) macro