Searched refs:entry_space (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsom.h17 unsigned int entry_space; /* space for entry point */ member in struct:som_hdr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dnamei.c238 unsigned entry_space = dir->i_sb->s_blocksize - EXT3_DIR_REC_LEN(1) - local
240 return entry_space / sizeof(struct dx_entry);
245 unsigned entry_space = dir->i_sb->s_blocksize - EXT3_DIR_REC_LEN(0); local
246 return entry_space / sizeof(struct dx_entry);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dnamei.c239 unsigned entry_space = dir->i_sb->s_blocksize - EXT4_DIR_REC_LEN(1) - local
241 return entry_space / sizeof(struct dx_entry);
246 unsigned entry_space = dir->i_sb->s_blocksize - EXT4_DIR_REC_LEN(0); local
247 return entry_space / sizeof(struct dx_entry);

Completed in 134 milliseconds