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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_reiserfs.c249 __u32 deh_dir_id; /* objectid of the parent directory of the
251 __u32 deh_objectid;/* objectid of the object, that is referenced by
681 * search_stat(dir_id, objectid) searches for the stat entry (always
821 search_stat (__u32 dir_id, __u32 objectid) argument
829 printf ("search_stat:\n key %d:%d:0:0\n", dir_id, objectid);
846 && (key->k_objectid > objectid
847 || (key->k_objectid == objectid
869 && ih->ih_key.k_objectid == objectid
999 __u32 dir_id, objectid, parent_dir_id = 0, parent_objectid = 0; local
1008 objectid
[all...]

Completed in 22 milliseconds