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

/linux-4.1.27/fs/hpfs/
H A Dea.c82 for (ea = fnode_ea(fnode); ea < ea_end; ea = next_ea(ea)) hpfs_read_ea()
137 for (ea = fnode_ea(fnode); ea < ea_end; ea = next_ea(ea)) hpfs_get_ea()
200 for (ea = fnode_ea(fnode); ea < ea_end; ea = next_ea(ea)) hpfs_set_ea()
H A Dmap.c184 ea = next_ea(ea); hpfs_map_fnode()
H A Dhpfs_fn.h144 static inline struct extended_attribute *next_ea(struct extended_attribute *ea) next_ea() function
H A Danode.c490 for (ea = fnode_ea(fnode); ea < ea_end; ea = next_ea(ea)) hpfs_remove_fnode()
/linux-4.1.27/fs/jfs/
H A Dxattr.c701 struct jfs_ea *ea, *old_ea = NULL, *next_ea = NULL; __jfs_setxattr() local
746 next_ea = NEXT_EA(ea); __jfs_setxattr()
782 length = (char *) END_EALIST(ealist) - (char *) next_ea; __jfs_setxattr()
784 memmove(old_ea, next_ea, length); __jfs_setxattr()

Completed in 202 milliseconds