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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Daffs_fs_i.h31 u32 i_extcnt; /* extended block count */ member in struct:affs_inode_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Daffs_fs_i.h31 u32 i_extcnt; /* extended block count */ member in struct:affs_inode_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/affs/
H A Dfile.c103 if (AFFS_INODE->i_extcnt > lc_max) {
108 tmp = (AFFS_INODE->i_extcnt / AFFS_LC_SIZE) >> lc_shift;
187 AFFS_INODE->i_extcnt++;
220 if (ext < AFFS_INODE->i_extcnt)
222 if (ext > AFFS_INODE->i_extcnt)
236 if (ext >= AFFS_INODE->i_extcnt) {
240 if (ext > AFFS_INODE->i_extcnt)
899 AFFS_INODE->i_extcnt = ext + 1;
915 AFFS_INODE->i_extcnt = 1;
H A Dinode.c74 AFFS_INODE->i_extcnt = 1;
138 AFFS_INODE->i_extcnt = (AFFS_INODE->i_blkcnt - 1) /
317 AFFS_INODE->i_extcnt = 1;

Completed in 93 milliseconds