Searched refs:nfs_errorf (Results 1 – 4 of 4) sorted by relevance
/linux/fs/nfs/ |
H A D | getroot.c | 90 nfs_errorf(fc, "NFS: Couldn't getattr on root"); in nfs_get_root() 98 nfs_errorf(fc, "NFS: Couldn't get root inode"); in nfs_get_root() 114 nfs_errorf(fc, "NFS: Couldn't get root dentry"); in nfs_get_root()
|
H A D | fs_context.c | 1119 nfs_errorf(fc, "NFS: not enough memory to parse device name"); in nfs_parse_source() 1122 nfs_errorf(fc, "NFS: server hostname too long"); in nfs_parse_source() 1125 nfs_errorf(fc, "NFS: export pathname too long"); in nfs_parse_source() 1591 nfs_errorf(fc, "NFS: NFSv4 is not compiled into kernel"); in nfs_fs_context_validate() 1605 nfs_errorf(fc, "NFS: Version unavailable"); in nfs_fs_context_validate()
|
H A D | namespace.c | 290 nfs_errorf(fc, "NFS: Couldn't determine submount pathname"); in nfs_do_submount()
|
H A D | internal.h | 165 #define nfs_errorf(fc, fmt, ...) ((fc)->log.log ? \ macro
|