Home
last modified time | relevance | path

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

/linux-2.6.39/fs/gfs2/
Ddir.c87 typedef int (*gfs2_dscan_t)(const struct gfs2_dirent *dent,
345 static inline int gfs2_dirent_sentinel(const struct gfs2_dirent *dent) in gfs2_dirent_sentinel()
350 static inline int __gfs2_dirent_find(const struct gfs2_dirent *dent, in __gfs2_dirent_find()
361 static int gfs2_dirent_find(const struct gfs2_dirent *dent, in gfs2_dirent_find()
368 static int gfs2_dirent_prev(const struct gfs2_dirent *dent, in gfs2_dirent_prev()
379 static int gfs2_dirent_last(const struct gfs2_dirent *dent, in gfs2_dirent_last()
390 static int gfs2_dirent_find_space(const struct gfs2_dirent *dent, in gfs2_dirent_find_space()
406 const struct gfs2_dirent **pdent;
410 static int gfs2_dirent_gather(const struct gfs2_dirent *dent, in gfs2_dirent_gather()
430 static int gfs2_check_dirent(struct gfs2_dirent *dent, unsigned int offset, in gfs2_check_dirent()
[all …]
Ddir.h53 static inline void gfs2_qstr2dirent(const struct qstr *name, u16 reclen, struct gfs2_dirent *dent) in gfs2_qstr2dirent()
Dinode.h79 struct gfs2_dirent *dent) in gfs2_inum_out()
Dops_inode.c469 struct gfs2_dirent *dent = (struct gfs2_dirent *)(di+1); in gfs2_mkdir()
477 dent = (struct gfs2_dirent *)((char*)dent + GFS2_DIRENT_SIZE(1)); in gfs2_mkdir()
/linux-2.6.39/include/linux/
Dgfs2_ondisk.h284 #define GFS2_DIRENT_SIZE(name_len) ((sizeof(struct gfs2_dirent) + (name_len) + 7) & ~7)
286 struct gfs2_dirent { struct