Searched refs:SMB_DIRCACHE_SIZE (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dsmb_fs.h137 #define SMB_DIRCACHE_SIZE ((int)(PAGE_CACHE_SIZE/sizeof(struct dentry *))) macro
140 struct dentry *dentry[SMB_DIRCACHE_SIZE];
143 #define SMB_FIRSTCACHE_SIZE ((int)((SMB_DIRCACHE_SIZE * \
147 #define SMB_DIRCACHE_START (SMB_DIRCACHE_SIZE - SMB_FIRSTCACHE_SIZE)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dsmb_fs.h137 #define SMB_DIRCACHE_SIZE ((int)(PAGE_CACHE_SIZE/sizeof(struct dentry *))) macro
140 struct dentry *dentry[SMB_DIRCACHE_SIZE];
143 #define SMB_FIRSTCACHE_SIZE ((int)((SMB_DIRCACHE_SIZE * \
147 #define SMB_DIRCACHE_START (SMB_DIRCACHE_SIZE - SMB_FIRSTCACHE_SIZE)
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/smbfs/
H A Dcache.c171 if (ctl.idx >= SMB_DIRCACHE_SIZE) {
179 ctl.idx -= SMB_DIRCACHE_SIZE;
H A Ddir.c131 ctl.ofs = ctl.fpos / SMB_DIRCACHE_SIZE;
132 ctl.idx = ctl.fpos % SMB_DIRCACHE_SIZE;
143 while (ctl.idx < SMB_DIRCACHE_SIZE) {

Completed in 92 milliseconds