Home
last modified time | relevance | path

Searched refs:mne_length (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c1159 if (entry->mne_length > PAGE_CACHE_SIZE) { in mgc_apply_recover_logs()
1160 CERROR("MNE too large (%u)\n", entry->mne_length); in mgc_apply_recover_logs()
1164 if (entry->mne_length < entry_len) in mgc_apply_recover_logs()
1167 off += entry->mne_length; in mgc_apply_recover_logs()
1168 datalen -= entry->mne_length; in mgc_apply_recover_logs()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1740 __swab32s(&entry->mne_length); in lustre_swab_mgs_nidtbl_entry()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2866 __u32 mne_length; /* length of this entry - by bytes */ member