Searched refs:i_logstart (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Dfile.c219 int err, wait, free_start, i_start, i_logstart; local
228 i_logstart = MSDOS_I(inode)->i_logstart;
233 MSDOS_I(inode)->i_logstart = 0;
241 MSDOS_I(inode)->i_logstart = i_logstart;
H A Dinode.c336 MSDOS_I(inode)->i_logstart = MSDOS_I(inode)->i_start;
354 MSDOS_I(inode)->i_logstart = MSDOS_I(inode)->i_start;
582 raw_entry->start = cpu_to_le16(MSDOS_I(inode)->i_logstart);
583 raw_entry->starthi = cpu_to_le16(MSDOS_I(inode)->i_logstart >> 16);
632 * 3/ i_pos(4-7)|i_logstart - to semi-verify inode found at i_pos
633 * 4/ i_pos(0-3)|parent->i_logstart - maybe used to hunt for the file on disc
637 * of i_logstart is used to store the directory entry offset.
667 int i_logstart = fh[3] & 0x0fffffff; local
673 * require i_logstart to be the same
678 if (inode && MSDOS_I(inode)->i_logstart !
[all...]
H A Dmisc.c114 MSDOS_I(inode)->i_logstart = new_dclus;
H A Ddir.c1089 de[1].start = cpu_to_le16(MSDOS_I(dir)->i_logstart);
1090 de[1].starthi = cpu_to_le16(MSDOS_I(dir)->i_logstart >> 16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/msdos/
H A Dnamei.c543 int start = MSDOS_I(new_dir)->i_logstart;
585 int start = MSDOS_I(old_dir)->i_logstart;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmsdos_fs.h263 int i_logstart; /* logical first cluster */ member in struct:msdos_inode_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/vfat/
H A Dnamei.c924 int start = MSDOS_I(new_dir)->i_logstart;
968 int start = MSDOS_I(old_dir)->i_logstart;

Completed in 41 milliseconds