Searched refs:nfs_errorf (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/fs/nfs/ |
D | getroot.c | 93 nfs_errorf(fc, "NFS: Couldn't getattr on root"); in nfs_get_root() 101 nfs_errorf(fc, "NFS: Couldn't get root inode"); in nfs_get_root() 117 nfs_errorf(fc, "NFS: Couldn't get root dentry"); in nfs_get_root()
|
D | nfs4super.c | 230 nfs_errorf(fc, "NFS4: Couldn't follow remote path"); in nfs4_try_get_tree() 253 nfs_errorf(fc, "NFS4: Couldn't follow remote path"); in nfs4_get_referral_tree()
|
D | fs_context.c | 858 nfs_errorf(fc, "NFS: not enough memory to parse device name"); in nfs_parse_source() 861 nfs_errorf(fc, "NFS: server hostname too long"); in nfs_parse_source() 864 nfs_errorf(fc, "NFS: export pathname too long"); in nfs_parse_source() 1316 nfs_errorf(fc, "NFS: NFSv4 is not compiled into kernel"); in nfs_fs_context_validate() 1332 nfs_errorf(fc, "NFS: Version unavailable"); in nfs_fs_context_validate()
|
D | namespace.c | 287 nfs_errorf(fc, "NFS: Couldn't determine submount pathname"); in nfs_do_submount()
|
D | super.c | 1252 nfs_errorf(fc, "NFS: Couldn't get superblock"); in nfs_get_tree_common() 1281 nfs_errorf(fc, "NFS: Couldn't get root dentry"); in nfs_get_tree_common()
|
D | internal.h | 145 #define nfs_errorf(fc, fmt, ...) errorf(fc, fmt, ## __VA_ARGS__) macro
|