tag | line | file | source code |
ea | 398 | fs/hpfs/hpfs.h | unsigned char ea[316]; /* zero or more EA's, packed together |
ea | 466 | fs/hpfs/hpfs.h | static inline unsigned char *ea_name (struct extended_attribute *ea) |
ea | 468 | fs/hpfs/hpfs.h | return (void *) ea + sizeof *ea; |
ea | 471 | fs/hpfs/hpfs.h | static inline unsigned char *ea_value (struct extended_attribute *ea) |
ea | 473 | fs/hpfs/hpfs.h | return (void *) ea + sizeof *ea + ea->namelen + 1; |
ea | 477 | fs/hpfs/hpfs.h | ea_next_ea (struct extended_attribute *ea) |
ea | 479 | fs/hpfs/hpfs.h | return (void *) ea + sizeof *ea + ea->namelen + 1 + ea->valuelen; |
ea | 482 | fs/hpfs/hpfs.h | static inline unsigned ea_indirect_length (struct extended_attribute *ea) |
ea | 484 | fs/hpfs/hpfs.h | unsigned *v = (void *) ea_value (ea); |
ea | 488 | fs/hpfs/hpfs.h | static inline secno ea_indirect_secno (struct extended_attribute *ea) |
ea | 490 | fs/hpfs/hpfs.h | unsigned *v = (void *) ea_value (ea); |