Searched refs:e_tag (Results 1 – 6 of 6) sorted by relevance
/third_party/e2fsprogs/lib/ext2fs/ |
D | ext4_acl.h | 27 __le16 e_tag; member 33 __le16 e_tag; member 46 __le16 e_tag; member
|
D | ext_attr.c | 559 disk_entry->e_tag = entry->e_tag; in convert_posix_acl_to_disk_buffer() 562 switch(ext2fs_le16_to_cpu(entry->e_tag)) { in convert_posix_acl_to_disk_buffer() 613 entry->e_tag = disk_entry->e_tag; in convert_disk_buffer_to_posix_acl() 616 switch(ext2fs_le16_to_cpu(entry->e_tag)) { in convert_disk_buffer_to_posix_acl()
|
/third_party/f2fs-tools/fsck/ |
D | xattr.h | 53 __le16 e_tag; member 59 __le16 e_tag; member
|
D | mount.c | 156 switch (le16_to_cpu(entry->e_tag)) { in print_acl() 162 le16_to_cpu(entry->e_tag), in print_acl() 169 le16_to_cpu(entry->e_tag), in print_acl() 177 le16_to_cpu(entry->e_tag), in print_acl() 185 le16_to_cpu(entry->e_tag)); in print_acl()
|
/third_party/ffmpeg/libavcodec/ |
D | ccaption_dec.c | 491 const char *e_tag = "", *s_tag = "", *c_tag = "", *b_tag = ""; in capture_screen() local 499 e_tag = "{\\i0}"; in capture_screen() 502 e_tag = "{\\u0}"; in capture_screen() 505 e_tag = "{\\u0}{\\i0}"; in capture_screen() 579 … av_bprintf(&ctx->buffer[bidx], "%s%s%s%s%s", e_tag, s_tag, c_tag, b_tag, override); in capture_screen() 582 av_bprintf(&ctx->buffer[bidx], "%s%s%s%s\\h", e_tag, s_tag, c_tag, b_tag); in capture_screen() 584 … av_bprintf(&ctx->buffer[bidx], "%s%s%s%s%c", e_tag, s_tag, c_tag, b_tag, row[j]); in capture_screen()
|
/third_party/e2fsprogs/misc/ |
D | fuse2fs.c | 114 u_int16_t e_tag; member 152 __u16 e_tag; member 158 __u16 e_tag; member 218 e->e_tag = ext2fs_cpu_to_le16(a->e_tag); in fuse_to_ext4_acl() 221 switch (a->e_tag) { in fuse_to_ext4_acl() 272 a->e_tag = ext2fs_le16_to_cpu(e->e_tag); in ext4_to_fuse_acl() 275 switch (a->e_tag) { in ext4_to_fuse_acl()
|