Symbol: gfs2_dirent
fs/gfs2/dir.c
1004
struct gfs2_dirent *dent = NULL, *prev = NULL, *next = NULL, *new;
fs/gfs2/dir.c
1079
dent = (struct gfs2_dirent *)(obh->b_data + sizeof(struct gfs2_leaf));
fs/gfs2/dir.c
1218
const struct gfs2_dirent *dent_a, *dent_b;
fs/gfs2/dir.c
1222
dent_a = *(const struct gfs2_dirent **)a;
fs/gfs2/dir.c
1225
dent_b = *(const struct gfs2_dirent **)b;
fs/gfs2/dir.c
1265
struct gfs2_dirent **darr, u32 entries,
fs/gfs2/dir.c
1268
const struct gfs2_dirent *dent, *dent_next;
fs/gfs2/dir.c
1275
sizeof(struct gfs2_dirent *), compare_dents, NULL);
fs/gfs2/dir.c
1335
unsigned leaf_nr, struct gfs2_dirent **darr,
fs/gfs2/dir.c
1377
struct gfs2_dirent **darr, *dent;
fs/gfs2/dir.c
1414
darr = (struct gfs2_dirent **)(larr + leaves);
fs/gfs2/dir.c
1415
g.pdent = (const struct gfs2_dirent **)darr;
fs/gfs2/dir.c
1574
struct gfs2_dirent **darr, *dent;
fs/gfs2/dir.c
1596
darr = kmalloc_objs(struct gfs2_dirent *, 96, GFP_NOFS);
fs/gfs2/dir.c
1598
g.pdent = (const struct gfs2_dirent **)darr;
fs/gfs2/dir.c
1647
struct gfs2_dirent *dent;
fs/gfs2/dir.c
1678
struct gfs2_dirent *dent;
fs/gfs2/dir.c
1801
struct gfs2_dirent *dent = da->dent;
fs/gfs2/dir.c
1878
struct gfs2_dirent *dent, *prev = NULL;
fs/gfs2/dir.c
1896
dent = (struct gfs2_dirent *)((char *)dent + be16_to_cpu(prev->de_rec_len));
fs/gfs2/dir.c
1941
struct gfs2_dirent *dent;
fs/gfs2/dir.c
2163
struct gfs2_dirent *dent;
fs/gfs2/dir.c
397
static inline int gfs2_dirent_sentinel(const struct gfs2_dirent *dent)
fs/gfs2/dir.c
402
static inline int __gfs2_dirent_find(const struct gfs2_dirent *dent,
fs/gfs2/dir.c
413
static int gfs2_dirent_find(const struct gfs2_dirent *dent,
fs/gfs2/dir.c
420
static int gfs2_dirent_prev(const struct gfs2_dirent *dent,
fs/gfs2/dir.c
431
static int gfs2_dirent_last(const struct gfs2_dirent *dent,
fs/gfs2/dir.c
444
static int gfs2_dirent_find_offset(const struct gfs2_dirent *dent,
fs/gfs2/dir.c
463
static int gfs2_dirent_find_space(const struct gfs2_dirent *dent,
fs/gfs2/dir.c
479
const struct gfs2_dirent **pdent;
fs/gfs2/dir.c
483
static int gfs2_dirent_gather(const struct gfs2_dirent *dent,
fs/gfs2/dir.c
504
struct gfs2_dirent *dent, unsigned int offset,
fs/gfs2/dir.c
508
if (unlikely(size < sizeof(struct gfs2_dirent)))
fs/gfs2/dir.c
521
unlikely(sizeof(struct gfs2_dirent)+be16_to_cpu(dent->de_name_len) >
fs/gfs2/dir.c
555
static struct gfs2_dirent *gfs2_dirent_scan(struct inode *inode, void *buf,
fs/gfs2/dir.c
560
struct gfs2_dirent *dent, *prev;
fs/gfs2/dir.c
609
const struct gfs2_dirent *d, const void *end_p)
fs/gfs2/dir.c
614
if (unlikely(rec_len < sizeof(struct gfs2_dirent))) {
fs/gfs2/dir.c
638
struct gfs2_dirent **dent)
fs/gfs2/dir.c
640
struct gfs2_dirent *cur = *dent, *tmp;
fs/gfs2/dir.c
673
struct gfs2_dirent *prev, struct gfs2_dirent *cur)
fs/gfs2/dir.c
709
static struct gfs2_dirent *do_init_dirent(struct inode *inode,
fs/gfs2/dir.c
710
struct gfs2_dirent *dent,
fs/gfs2/dir.c
716
struct gfs2_dirent *ndent;
fs/gfs2/dir.c
722
ndent = (struct gfs2_dirent *)((char *)dent + offset);
fs/gfs2/dir.c
733
static struct gfs2_dirent *gfs2_init_dirent(struct inode *inode,
fs/gfs2/dir.c
734
struct gfs2_dirent *dent,
fs/gfs2/dir.c
745
static struct gfs2_dirent *gfs2_dirent_split_alloc(struct inode *inode,
fs/gfs2/dir.c
750
struct gfs2_dirent *dent;
fs/gfs2/dir.c
809
static struct gfs2_dirent *gfs2_dirent_search(struct inode *inode,
fs/gfs2/dir.c
815
struct gfs2_dirent *dent;
fs/gfs2/dir.c
87
typedef int (*gfs2_dscan_t)(const struct gfs2_dirent *dent,
fs/gfs2/dir.c
872
struct gfs2_dirent *dent;
fs/gfs2/dir.c
895
dent = (struct gfs2_dirent *)(leaf+1);
fs/gfs2/dir.c
912
struct gfs2_dirent *dent;
fs/gfs2/dir.h
17
struct gfs2_dirent;
fs/gfs2/dir.h
21
struct gfs2_dirent *dent;
fs/gfs2/dir.h
67
static inline void gfs2_qstr2dirent(const struct qstr *name, u16 reclen, struct gfs2_dirent *dent)
fs/gfs2/inode.c
526
struct gfs2_dirent *dent = (struct gfs2_dirent *)(di+1);
fs/gfs2/inode.c
532
dent = (struct gfs2_dirent *)((char*)dent + GFS2_DIRENT_SIZE(1));
fs/gfs2/inode.h
69
struct gfs2_dirent *dent)
include/uapi/linux/gfs2_ondisk.h
315
#define GFS2_DIRENT_SIZE(name_len) ((sizeof(struct gfs2_dirent) + (name_len) + 7) & ~7)