Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A Dnamei.c151 if (MREF_ERR(mref) == -ENOENT) { in ntfs_lookup()
159 "code %i.", -MREF_ERR(mref)); in ntfs_lookup()
160 return ERR_PTR(MREF_ERR(mref)); in ntfs_lookup()
H A Dsuper.c1286 ret = MREF_ERR(mref); in check_windows_hibernation_status()
1383 if (MREF_ERR(mref) == -ENOENT) { in load_and_init_quota()
1466 if (MREF_ERR(mref) == -ENOENT) { in load_and_init_usnjrnl()
H A Dlayout.h303 #define MREF_ERR(x) ((int)((s64)(x))) macro