OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xfs_dinode_t
(Results
1 - 8
of
8
) sorted by null
/external/syslinux/core/fs/xfs/
xfs_dinode.h
21
xfs_dinode_t
*xfs_dinode_get_core(struct fs_info *fs, xfs_ino_t ino);
xfs_readdir.h
22
xfs_dinode_t
*core);
24
xfs_dinode_t
*core);
26
xfs_dinode_t
*core);
28
xfs_dinode_t
*core);
xfs_dir2.h
32
block_t xfs_dir2_get_right_blk(struct fs_info *fs,
xfs_dinode_t
*core,
36
xfs_dinode_t
*core);
38
xfs_dinode_t
*core);
40
xfs_dinode_t
*core);
42
xfs_dinode_t
*core);
44
static inline bool xfs_dir2_isleaf(struct fs_info *fs,
xfs_dinode_t
*dip)
xfs_dinode.c
30
xfs_dinode_t
*xfs_dinode_get_core(struct fs_info *fs, xfs_ino_t ino)
33
xfs_dinode_t
*core;
49
core = (
xfs_dinode_t
*)((uint8_t *)get_cache(fs->fs_dev, blk) + offset);
xfs.c
42
xfs_dinode_t
*core)
49
xfs_dinode_t
*core)
66
xfs_dinode_t
*core;
94
xfs_dinode_t
*core = NULL;
184
xfs_dinode_t
*core)
191
xfs_dinode_t
*core)
207
xfs_dinode_t
*core)
215
xfs_dinode_t
*core = NULL;
256
xfs_dinode_t
*core;
301
xfs_dinode_t
*core = NULL
[
all
...]
xfs_readdir.c
36
xfs_dinode_t
*core;
65
xfs_dinode_t
*core)
123
xfs_dinode_t
*core)
198
xfs_dinode_t
*core)
277
xfs_dinode_t
*core)
xfs_dir2.c
172
xfs_dinode_t
*core)
180
xfs_dinode_t
*ncore = NULL;
248
xfs_dinode_t
*core)
261
xfs_dinode_t
*ncore;
349
xfs_dinode_t
*core)
367
xfs_dinode_t
*ncore;
514
block_t xfs_dir2_get_right_blk(struct fs_info *fs,
xfs_dinode_t
*core,
593
xfs_dinode_t
*core)
616
xfs_dinode_t
*ncore;
xfs.h
349
} __attribute__((packed))
xfs_dinode_t
;
typedef in typeref:struct:xfs_dinode
Completed in 61 milliseconds