Searched refs:next_ea (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Dea.c81 for (ea = fnode_ea(fnode); ea < ea_end; ea = next_ea(ea))
137 for (ea = fnode_ea(fnode); ea < ea_end; ea = next_ea(ea))
199 for (ea = fnode_ea(fnode); ea < ea_end; ea = next_ea(ea))
H A Dhpfs_fn.h153 static inline struct extended_attribute *next_ea(struct extended_attribute *ea) function
H A Dmap.c165 ea = next_ea(ea);
H A Danode.c485 for (ea = fnode_ea(fnode); ea < ea_end; ea = next_ea(ea))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Dxattr.c786 struct jfs_ea *ea, *old_ea = NULL, *next_ea = NULL; local
831 next_ea = NEXT_EA(ea);
867 length = (char *) END_EALIST(ealist) - (char *) next_ea;
869 memmove(old_ea, next_ea, length);

Completed in 110 milliseconds