Home
last modified time | relevance | path

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

/Linux-v5.4/fs/gfs2/
Ddir.c89 typedef int (*gfs2_dscan_t)(const struct gfs2_dirent *dent,
400 static inline int gfs2_dirent_sentinel(const struct gfs2_dirent *dent) in gfs2_dirent_sentinel()
405 static inline int __gfs2_dirent_find(const struct gfs2_dirent *dent, in __gfs2_dirent_find()
416 static int gfs2_dirent_find(const struct gfs2_dirent *dent, in gfs2_dirent_find()
423 static int gfs2_dirent_prev(const struct gfs2_dirent *dent, in gfs2_dirent_prev()
434 static int gfs2_dirent_last(const struct gfs2_dirent *dent, in gfs2_dirent_last()
447 static int gfs2_dirent_find_offset(const struct gfs2_dirent *dent, in gfs2_dirent_find_offset()
466 static int gfs2_dirent_find_space(const struct gfs2_dirent *dent, in gfs2_dirent_find_space()
482 const struct gfs2_dirent **pdent;
486 static int gfs2_dirent_gather(const struct gfs2_dirent *dent, in gfs2_dirent_gather()
[all …]
Ddir.h17 struct gfs2_dirent;
21 struct gfs2_dirent *dent;
67 static inline void gfs2_qstr2dirent(const struct qstr *name, u16 reclen, struct gfs2_dirent *dent) in gfs2_qstr2dirent()
Dinode.h71 struct gfs2_dirent *dent) in gfs2_inum_out()
Dinode.c409 struct gfs2_dirent *dent = (struct gfs2_dirent *)(di+1); in gfs2_init_dir()
415 dent = (struct gfs2_dirent *)((char*)dent + GFS2_DIRENT_SIZE(1)); in gfs2_init_dir()
/Linux-v5.4/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