Home
last modified time | relevance | path

Searched refs:de_type (Results 1 – 3 of 3) sorted by relevance

/linux/fs/gfs2/
H A Ddir.h74 dent->de_type = cpu_to_be16(0); in gfs2_qstr2dirent()
H A Ddir.c1102 new->de_type = dent->de_type; /* No endian worries */ in dir_split_leaf()
1309 be16_to_cpu(dent->de_type))) in do_filldir_main()
1660 dtype = be16_to_cpu(dent->de_type); in gfs2_dir_search()
1694 be16_to_cpu(dent->de_type))) { in gfs2_dir_check()
1818 dent->de_type = cpu_to_be16(IF2DT(nip->i_inode.i_mode)); in gfs2_dir_add()
1955 dent->de_type = cpu_to_be16(new_type); in gfs2_dir_mvino()
/linux/include/uapi/linux/
H A Dgfs2_ondisk.h324 __be16 de_type; member