Searched refs:SIMPLE_TRANSACTION_LIMIT (Results 1 – 4 of 4) sorted by relevance
/linux/fs/nfsd/ |
A D | nfsctl.c | 400 len = SIMPLE_TRANSACTION_LIMIT; in write_filehandle() 453 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%d\n", rv); in write_threads() 530 size = SIMPLE_TRANSACTION_LIMIT; in write_pool_threads() 638 remaining = SIMPLE_TRANSACTION_LIMIT; in __write_versions() 717 return svc_xprt_names(nn->nfsd_serv, buf, SIMPLE_TRANSACTION_LIMIT); in __write_ports_names() 744 err = svc_addsock(nn->nfsd_serv, fd, buf, SIMPLE_TRANSACTION_LIMIT, cred); in __write_ports_addfd() 920 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%d\n", in write_maxblksize() 958 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%u\n", maxconn); in write_maxconn() 991 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%lld\n", *time); in __nfsd4_write_time() 1072 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%s\n", in __write_recoverydir() [all …]
|
/linux/security/selinux/ |
A D | selinuxfs.c | 699 if (len > SIMPLE_TRANSACTION_LIMIT) { in sel_write_context() 948 length = scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, in sel_write_access() 1047 if (len > SIMPLE_TRANSACTION_LIMIT) { in sel_write_create() 1112 if (len > SIMPLE_TRANSACTION_LIMIT) in sel_write_relabel() 1172 if ((length + len) >= SIMPLE_TRANSACTION_LIMIT) { in sel_write_user() 1238 if (len > SIMPLE_TRANSACTION_LIMIT) { in sel_write_member()
|
/linux/fs/ |
A D | libfs.c | 855 BUG_ON(n > SIMPLE_TRANSACTION_LIMIT); in simple_transaction_set() 871 if (size > SIMPLE_TRANSACTION_LIMIT - 1) in simple_transaction_get()
|
/linux/include/linux/ |
A D | fs.h | 3537 #define SIMPLE_TRANSACTION_LIMIT (PAGE_SIZE - sizeof(struct simple_transaction_argresp)) macro
|
Completed in 23 milliseconds