Home
last modified time | relevance | path

Searched refs:LUNLOGV (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/intermezzo/
Dkml_unpack.c90 LUNLOGV(rec->pathlen, __u32, ptr, end); in kml_unpack_get_fileid()
104 LUNLOGV(rec->mode, __u32, ptr, end); in kml_unpack_create()
105 LUNLOGV(rec->uid, __u32, ptr, end); in kml_unpack_create()
106 LUNLOGV(rec->gid, __u32, ptr, end); in kml_unpack_create()
107 LUNLOGV(rec->pathlen, __u32, ptr, end); in kml_unpack_create()
123 LUNLOGV(rec->mode, __u32, ptr, end); in kml_unpack_mkdir()
124 LUNLOGV(rec->uid, __u32, ptr, end); in kml_unpack_mkdir()
125 LUNLOGV(rec->gid, __u32, ptr, end); in kml_unpack_mkdir()
126 LUNLOGV(rec->pathlen, __u32, ptr, end); in kml_unpack_mkdir()
142 LUNLOGV(rec->old_mode, __u32, ptr, end); in kml_unpack_unlink()
[all …]
/linux-2.4.37.9/include/linux/
Dintermezzo_lib.h85 #define LUNLOGV(var,type,ptr,end) \ macro