Home
last modified time | relevance | path

Searched refs:nfs_errorf (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/fs/nfs/
Dgetroot.c90 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()
Dfs_context.c931 nfs_errorf(fc, "NFS: not enough memory to parse device name"); in nfs_parse_source()
934 nfs_errorf(fc, "NFS: server hostname too long"); in nfs_parse_source()
937 nfs_errorf(fc, "NFS: export pathname too long"); in nfs_parse_source()
1401 nfs_errorf(fc, "NFS: NFSv4 is not compiled into kernel"); in nfs_fs_context_validate()
1415 nfs_errorf(fc, "NFS: Version unavailable"); in nfs_fs_context_validate()
Dnamespace.c290 nfs_errorf(fc, "NFS: Couldn't determine submount pathname"); in nfs_do_submount()
Dsuper.c1278 nfs_errorf(fc, "NFS: Couldn't get superblock"); in nfs_get_tree_common()
1309 nfs_errorf(fc, "NFS: Couldn't get root dentry"); in nfs_get_tree_common()
Dinternal.h152 #define nfs_errorf(fc, fmt, ...) ((fc)->log.log ? \ macro