Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/hpfs/
A Dea.c83 for (ea = fnode_ea(fnode); ea < ea_end; ea = next_ea(ea)) in hpfs_read_ea()
138 for (ea = fnode_ea(fnode); ea < ea_end; ea = next_ea(ea)) in hpfs_get_ea()
201 for (ea = fnode_ea(fnode); ea < ea_end; ea = next_ea(ea)) in hpfs_set_ea()
A Dhpfs_fn.h150 static inline struct extended_attribute *next_ea(struct extended_attribute *ea) in next_ea() function
A Dmap.c211 ea = next_ea(ea); in hpfs_map_fnode()
A Danode.c491 for (ea = fnode_ea(fnode); ea < ea_end; ea = next_ea(ea)) in hpfs_remove_fnode()
/linux-6.3-rc2/fs/jfs/
A Dxattr.c659 struct jfs_ea *ea, *old_ea = NULL, *next_ea = NULL; in __jfs_setxattr() local
693 next_ea = NEXT_EA(ea); in __jfs_setxattr()
729 length = (char *) END_EALIST(ealist) - (char *) next_ea; in __jfs_setxattr()
731 memmove(old_ea, next_ea, length); in __jfs_setxattr()

Completed in 11 milliseconds