Home
last modified time | relevance | path

Searched refs:errno (Results 1 – 20 of 20) sorted by relevance

/fs/nfs/
A Dmount_clnt.c83 int errno; member
85 { .status = MNT_OK, .errno = 0, },
110 int errno; member
125 int errno; member
193 if (result.errno != 0) in nfs_mount()
222 status = result.errno; in nfs_mount()
267 res->errno = mnt_errtbl[i].errno; in decode_status()
273 res->errno = -EACCES; in decode_status()
317 res->errno = mnt3_errtbl[i].errno; in decode_fhs_status()
323 res->errno = -EACCES; in decode_fhs_status()
[all …]
A Dnfs4idmap.c719 if (msg->errno) in idmap_pipe_destroy_msg()
720 nfs_idmap_abort_pipe_upcall(idmap, data, msg->errno); in idmap_pipe_destroy_msg()
/fs/hostfs/
A Dhostfs_user.c60 return -errno; in stat_file()
77 return -errno; in access_file()
97 return -errno; in open_file()
141 return -errno; in read_file()
152 return -errno; in write_file()
163 return -errno; in lseek_file()
176 return -errno; in fsync_file()
201 return -errno; in file_create()
294 return -errno; in make_symlink()
304 return -errno; in unlink_file()
[all …]
/fs/nfs_common/
A Dcommon.c13 int errno; member
63 return nfs_errtbl[i].errno; in nfs_stat_to_errno()
78 int errno; member
110 int errno; member
130 return nfs4_errtbl_common[i].errno; in nfs4_stat_to_errno()
135 return nfs4_errtbl[i].errno; in nfs4_stat_to_errno()
157 int errno; member
180 __u32 nfs_localio_errno_to_nfs4_stat(int errno) in nfs_localio_errno_to_nfs4_stat() argument
186 if (nfs4_errtbl_common[i].errno == errno) in nfs_localio_errno_to_nfs4_stat()
191 if (nfs4_errtbl_localio[i].errno == errno) in nfs_localio_errno_to_nfs4_stat()
/fs/ocfs2/
A Dfilecheck.c63 ocfs2_filecheck_error(int errno) in ocfs2_filecheck_error() argument
65 if (!errno) in ocfs2_filecheck_error()
66 return ocfs2_filecheck_errs[errno]; in ocfs2_filecheck_error()
68 BUG_ON(errno < OCFS2_FILECHECK_ERR_START || in ocfs2_filecheck_error()
69 errno > OCFS2_FILECHECK_ERR_END); in ocfs2_filecheck_error()
70 return ocfs2_filecheck_errs[errno - OCFS2_FILECHECK_ERR_START + 1]; in ocfs2_filecheck_error()
/fs/gfs2/
A Dtrace_gfs2.h447 sector_t lblock, int create, int errno),
449 TP_ARGS(ip, bh, lblock, create, errno),
459 __field( int, errno )
470 __entry->errno = errno;
480 __entry->errno)
/fs/ext4/
A Dsuper.c597 int errno; member
626 if (err_translation[i].errno == errno) in ext4_errno_to_code()
901 switch (errno) { in ext4_decode_error()
959 fsnotify_sb_error(sb, NULL, errno ? errno : EFSCORRUPTED); in __ext4_std_error()
5877 int errno; in ext4_get_journal_blkdev() local
5895 errno = -EINVAL; in ext4_get_journal_blkdev()
5906 errno = -EINVAL; in ext4_get_journal_blkdev()
5942 return ERR_PTR(errno); in ext4_get_journal_blkdev()
5952 int errno = 0; in ext4_open_dev_journal() local
5969 errno = -EINVAL; in ext4_open_dev_journal()
[all …]
A Dext4.h3149 extern const char *ext4_decode_error(struct super_block *sb, int errno,
3410 #define ext4_std_error(sb, errno) \ argument
3412 if ((errno)) \
3413 __ext4_std_error((sb), __func__, __LINE__, (errno)); \
/fs/notify/fanotify/
A Dfanotify.c228 int ret, errno; in fanotify_get_response() local
268 errno = fanotify_get_response_errno(event->response); in fanotify_get_response()
269 if (errno) { in fanotify_get_response()
270 ret = -errno; in fanotify_get_response()
A Dfanotify_user.c335 int errno = fanotify_get_response_errno(response); in process_access_response() local
340 __func__, group, fd, response, errno, info, info_len); in process_access_response()
351 if (errno) in process_access_response()
356 if (errno && group->priority != FSNOTIFY_PRIO_PRE_CONTENT) in process_access_response()
363 switch (errno) { in process_access_response()
/fs/unicode/
A Dmkutf8data.c1949 open_fail(age_name, errno); in age_init()
2067 open_fail(ccc_name, errno); in ccc_init()
2132 open_fail(data_name, errno); in nfdi_init()
2193 open_fail(fold_name, errno); in nfdicf_init()
2247 open_fail(prop_name, errno); in ignore_init()
2321 open_fail(norm_name, errno); in corrections_init()
3229 open_fail(test_name, errno); in normalization_test()
3287 open_fail(utf8_name, errno); in write_file()
/fs/bcachefs/
A Dchecksum.c484 return -errno; in __bch2_request_key()
535 return errno; in bch2_revoke_key()
/fs/nfs/blocklayout/
A Drpc_pipefs.c133 if (msg->errno >= 0) in bl_pipe_destroy_msg()
/fs/nfsd/
A Dvfs.h73 __be32 nfserrno (int errno);
A Dnfs4recover.c775 if (msg.errno < 0) in __cld_pipe_upcall()
776 ret = msg.errno; in __cld_pipe_upcall()
941 if (msg->errno >= 0) in cld_pipe_destroy_msg()
A Dvfs.c61 nfserrno (int errno) in nfserrno() argument
109 if (nfs_errtbl[i].syserr == errno) in nfserrno()
112 WARN_ONCE(1, "nfsd: non-standard errno: %d\n", errno); in nfserrno()
A Dnfs4callback.c187 int errno; member
235 return nfs_cb_errtbl[i].errno; in nfs_cb_stat_to_errno()
/fs/jbd2/
A Djournal.c2549 void jbd2_journal_abort(journal_t *journal, int errno) in jbd2_journal_abort() argument
2570 if (old_errno != -ESHUTDOWN && errno == -ESHUTDOWN) { in jbd2_journal_abort()
2571 journal->j_errno = errno; in jbd2_journal_abort()
2585 journal->j_errno = errno; in jbd2_journal_abort()
/fs/ocfs2/dlm/
A Ddlmcommon.h876 int dlm_is_host_down(int errno);
A Ddlmmaster.c115 int dlm_is_host_down(int errno) in dlm_is_host_down() argument
117 switch (errno) { in dlm_is_host_down()

Completed in 79 milliseconds