Home
last modified time | relevance | path

Searched refs:K (Results 1 – 7 of 7) sorted by relevance

/fs/proc/
Dmeminfo.c35 #define K(x) ((x) << (PAGE_SHIFT - 10)) in meminfo_proc_show() macro
101 K(i.totalram), in meminfo_proc_show()
102 K(i.freeram), in meminfo_proc_show()
103 K(i.bufferram), in meminfo_proc_show()
104 K(cached), in meminfo_proc_show()
105 K(total_swapcache_pages), in meminfo_proc_show()
106 K(pages[LRU_ACTIVE_ANON] + pages[LRU_ACTIVE_FILE]), in meminfo_proc_show()
107 K(pages[LRU_INACTIVE_ANON] + pages[LRU_INACTIVE_FILE]), in meminfo_proc_show()
108 K(pages[LRU_ACTIVE_ANON]), in meminfo_proc_show()
109 K(pages[LRU_INACTIVE_ANON]), in meminfo_proc_show()
[all …]
/fs/squashfs/
DKconfig11 greater than 4K are supported up to a maximum of 1 Mbytes (default
12 block size 128K). SquashFS 4.0 supports 64 bit filesystems and files
/fs/yaffs2/
DKconfig30 Not needed for 2K-page devices.
77 Enable YAFFS2 support -- yaffs for >= 2K bytes per page devices
89 512-byte page devices, yaffs2 on 2K page devices).
/fs/cifs/
DTODO89 y) Fix Samba 3 to handle reads/writes over 127K (and remove the cifs mount
90 restriction of wsize max being 127K)
DCHANGES126 to match what documentation said. Support for very large reads, over 127K,
221 read responses when buffer size over 64K and also fix wrap of
222 max smb buffer size when CIFSMaxBufSize over 64K. Fix oops in
258 Write size will in many cases now be 16K instead of 4K which greatly helps
357 Fix capabilities flags for large readx so as to allow reads larger than 64K.
362 from its default of 16K) which is especially useful for large file copy
812 over 16K to allow negotiation of up to Samba and Windows server default read
DREADME309 rsize default read size (usually 16K). The client currently
311 defaults to 16K and may be changed (from 8K to the maximum
315 in some cases. To use rsize greater than 127K (the original
319 set from a minimum of 2048 to a maximum of 130048 (127K or
/fs/jfs/
Djfs_xtree.c47 #define XT_CMP(CMP, K, X, OFFSET64)\ argument
50 (CMP) = ((K) >= OFFSET64 + lengthXAD(X)) ? 1 :\
51 ((K) < OFFSET64) ? -1 : 0;\