Searched defs:dh (Results 1 - 2 of 2) sorted by relevance

/fs/quota/
H A Dquota_tree.c80 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; local
90 info->dqi_free_blk = le32_to_cpu(dh->dqdh_next_free);
110 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; local
113 dh->dqdh_next_free = cpu_to_le32(info->dqi_free_blk);
114 dh->dqdh_prev_free = cpu_to_le32(0);
115 dh->dqdh_entries = cpu_to_le16(0);
129 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; local
130 uint nextblk = le32_to_cpu(dh->dqdh_next_free);
131 uint prevblk = le32_to_cpu(dh->dqdh_prev_free);
141 dh
176 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; local
222 struct qt_disk_dqdbheader *dh; local
402 struct qt_disk_dqdbheader *dh; local
[all...]
/fs/ncpfs/
H A Dinode.c810 __u8 dh; local
832 err = ncp_dirhandle_alloc(s, ni->volNumber, ni->DosDirNum, &dh);
836 err = ncp_get_directory_info(s, dh, &vi);
837 ncp_dirhandle_free(s, dh);

Completed in 66 milliseconds