Searched refs:next_ea (Results 1 – 5 of 5) sorted by relevance
82 for (ea = fnode_ea(fnode); ea < ea_end; ea = next_ea(ea)) in hpfs_read_ea()137 for (ea = fnode_ea(fnode); ea < ea_end; ea = next_ea(ea)) in hpfs_get_ea()200 for (ea = fnode_ea(fnode); ea < ea_end; ea = next_ea(ea)) in hpfs_set_ea()
150 static inline struct extended_attribute *next_ea(struct extended_attribute *ea) in next_ea() function
210 ea = next_ea(ea); in hpfs_map_fnode()
490 for (ea = fnode_ea(fnode); ea < ea_end; ea = next_ea(ea)) in hpfs_remove_fnode()
670 struct jfs_ea *ea, *old_ea = NULL, *next_ea = NULL; in __jfs_setxattr() local704 next_ea = NEXT_EA(ea); in __jfs_setxattr()740 length = (char *) END_EALIST(ealist) - (char *) next_ea; in __jfs_setxattr()742 memmove(old_ea, next_ea, length); in __jfs_setxattr()