Searched refs:deh_objectid (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Ddir.c139 && deh_objectid(deh) ==
149 d_ino = deh_objectid(deh);
239 deh[0].deh_objectid = objid;
249 deh[1].deh_objectid = par_objid;
272 deh[0].deh_objectid = objid;
282 deh[1].deh_objectid = par_objid;
H A Dnamei.c83 de->de_objectid = deh_objectid(&(de->de_deh[de->de_entry_num]));
469 deh->deh_objectid = INODE_PKEY(inode)->k_objectid; /* safe: k_objectid is le */
1212 de->de_deh[de->de_entry_num].deh_objectid = key->k_objectid;
H A Dxattr.c304 d_ino = deh_objectid(deh);
317 deh_objectid(deh) ==
H A Ditem_ops.c412 deh_dir_id(deh), deh_objectid(deh),
H A Dprints.c105 deh_offset(deh), deh_dir_id(deh), deh_objectid(deh),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h920 A: Each directory entry has its header. This header has deh_dir_id and deh_objectid fields, those are key
930 __le32 deh_objectid; /* objectid of the object, that is referenced by directory entry */ member in struct:reiserfs_de_head
938 #define deh_objectid(p_deh) (le32_to_cpu((p_deh)->deh_objectid)) macro
944 #define put_deh_objectid(p_deh,v) ((p_deh)->deh_objectid = cpu_to_le32((v)))

Completed in 188 milliseconds