Home
last modified time | relevance | path

Searched refs:gfs2_dirent (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/gfs2/
Ddir.c92 typedef int (*gfs2_dscan_t)(const struct gfs2_dirent *dent,
403 static inline int gfs2_dirent_sentinel(const struct gfs2_dirent *dent) in gfs2_dirent_sentinel()
408 static inline int __gfs2_dirent_find(const struct gfs2_dirent *dent, in __gfs2_dirent_find()
419 static int gfs2_dirent_find(const struct gfs2_dirent *dent, in gfs2_dirent_find()
426 static int gfs2_dirent_prev(const struct gfs2_dirent *dent, in gfs2_dirent_prev()
437 static int gfs2_dirent_last(const struct gfs2_dirent *dent, in gfs2_dirent_last()
450 static int gfs2_dirent_find_offset(const struct gfs2_dirent *dent, in gfs2_dirent_find_offset()
469 static int gfs2_dirent_find_space(const struct gfs2_dirent *dent, in gfs2_dirent_find_space()
485 const struct gfs2_dirent **pdent;
489 static int gfs2_dirent_gather(const struct gfs2_dirent *dent, in gfs2_dirent_gather()
[all …]
Ddir.h20 struct gfs2_dirent;
24 struct gfs2_dirent *dent;
71 static inline void gfs2_qstr2dirent(const struct qstr *name, u16 reclen, struct gfs2_dirent *dent) in gfs2_qstr2dirent()
Dinode.h76 struct gfs2_dirent *dent) in gfs2_inum_out()
Dinode.c412 struct gfs2_dirent *dent = (struct gfs2_dirent *)(di+1); in gfs2_init_dir()
418 dent = (struct gfs2_dirent *)((char*)dent + GFS2_DIRENT_SIZE(1)); in gfs2_init_dir()
/Linux-v4.19/include/uapi/linux/
Dgfs2_ondisk.h309 #define GFS2_DIRENT_SIZE(name_len) ((sizeof(struct gfs2_dirent) + (name_len) + 7) & ~7)
313 struct gfs2_dirent { struct