Searched refs:parent_objectid (Results 1 – 4 of 4) sorted by relevance
/u-boot/fs/reiserfs/ |
A D | reiserfs.c | 684 __u32 dir_id, objectid, parent_dir_id = 0, parent_objectid = 0; in reiserfs_dir() local 774 objectid = parent_objectid; in reiserfs_dir() 915 parent_objectid = objectid; in reiserfs_dir()
|
/u-boot/fs/btrfs/ |
A D | conv-funcs.h | 137 DEFINE_CONV(btrfs_inode_extref, parent_objectid, index, name_len)
|
A D | ctree.h | 364 parent_objectid, 64); 1195 static inline u64 btrfs_extref_hash(u64 parent_objectid, const char *name, in btrfs_extref_hash() argument 1198 return crc32(parent_objectid, (u8 *)name, len); in btrfs_extref_hash()
|
/u-boot/fs/btrfs/kernel-shared/ |
A D | btrfs_tree.h | 591 __le64 parent_objectid; member
|
Completed in 14 milliseconds