tag | line | file | source code |
ea | 394 | fs/hpfs/hpfs.h | unsigned char ea[316]; /* zero or more EA's, packed together |
ea | 462 | fs/hpfs/hpfs.h | static inline unsigned char *ea_name (struct extended_attribute *ea) |
ea | 464 | fs/hpfs/hpfs.h | return (void *) ea + sizeof *ea; |
ea | 467 | fs/hpfs/hpfs.h | static inline unsigned char *ea_value (struct extended_attribute *ea) |
ea | 469 | fs/hpfs/hpfs.h | return (void *) ea + sizeof *ea + ea->namelen + 1; |
ea | 473 | fs/hpfs/hpfs.h | ea_next_ea (struct extended_attribute *ea) |
ea | 475 | fs/hpfs/hpfs.h | return (void *) ea + sizeof *ea + ea->namelen + 1 + ea->valuelen; |
ea | 478 | fs/hpfs/hpfs.h | static inline unsigned ea_indirect_length (struct extended_attribute *ea) |
ea | 480 | fs/hpfs/hpfs.h | unsigned *v = (void *) ea_value (ea); |
ea | 484 | fs/hpfs/hpfs.h | static inline secno ea_indirect_secno (struct extended_attribute *ea) |
ea | 486 | fs/hpfs/hpfs.h | unsigned *v = (void *) ea_value (ea); |