Home
last modified time | relevance | path

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

/linux-5.19.10/fs/gfs2/
Ddir.h74 dent->de_type = cpu_to_be16(0); in gfs2_qstr2dirent()
Ddir.c1099 new->de_type = dent->de_type; /* No endian worries */ in dir_split_leaf()
1306 be16_to_cpu(dent->de_type))) in do_filldir_main()
1658 dtype = be16_to_cpu(dent->de_type); in gfs2_dir_search()
1692 be16_to_cpu(dent->de_type))) { in gfs2_dir_check()
1816 dent->de_type = cpu_to_be16(IF2DT(nip->i_inode.i_mode)); in gfs2_dir_add()
1952 dent->de_type = cpu_to_be16(new_type); in gfs2_dir_mvino()
Dinode.c422 dent->de_type = cpu_to_be16(DT_DIR); in gfs2_init_dir()
427 dent->de_type = cpu_to_be16(DT_DIR); in gfs2_init_dir()
/linux-5.19.10/include/uapi/linux/
Dgfs2_ondisk.h324 __be16 de_type; member