Home
last modified time | relevance | path

Searched refs:out (Results 1 – 25 of 788) sorted by relevance

12345678910>>...32

/fs/ocfs2/dlm/
Ddlmdebug.c237 int out = 0; in stringify_lockname() local
245 out += scnprintf(buf + out, len - out, "%.*s%08x", in stringify_lockname()
249 out += scnprintf(buf + out, len - out, "%.*s", in stringify_lockname()
251 return out; in stringify_lockname()
257 int out = 0; in stringify_nodemap() local
261 out += scnprintf(buf + out, len - out, "%d ", i); in stringify_nodemap()
263 return out; in stringify_nodemap()
268 int out = 0; in dump_mle() local
278 out += stringify_lockname(mle->mname, mle->mnamelen, buf + out, len - out); in dump_mle()
279 out += scnprintf(buf + out, len - out, in dump_mle()
[all …]
/fs/udf/
Dudfend.h10 struct kernel_lb_addr out; in lelb_to_cpu() local
12 out.logicalBlockNum = le32_to_cpu(in.logicalBlockNum); in lelb_to_cpu()
13 out.partitionReferenceNum = le16_to_cpu(in.partitionReferenceNum); in lelb_to_cpu()
15 return out; in lelb_to_cpu()
20 struct lb_addr out; in cpu_to_lelb() local
22 out.logicalBlockNum = cpu_to_le32(in.logicalBlockNum); in cpu_to_lelb()
23 out.partitionReferenceNum = cpu_to_le16(in.partitionReferenceNum); in cpu_to_lelb()
25 return out; in cpu_to_lelb()
30 struct short_ad out; in lesa_to_cpu() local
32 out.extLength = le32_to_cpu(in.extLength); in lesa_to_cpu()
[all …]
/fs/btrfs/tests/
Dinode-tests.c238 goto out; in test_btrfs_get_extent()
244 goto out; in test_btrfs_get_extent()
250 goto out; in test_btrfs_get_extent()
263 goto out; in test_btrfs_get_extent()
267 goto out; in test_btrfs_get_extent()
282 goto out; in test_btrfs_get_extent()
286 goto out; in test_btrfs_get_extent()
292 goto out; in test_btrfs_get_extent()
296 goto out; in test_btrfs_get_extent()
304 goto out; in test_btrfs_get_extent()
[all …]
Dextent-buffer-tests.c41 goto out; in test_btrfs_split_item()
48 goto out; in test_btrfs_split_item()
55 goto out; in test_btrfs_split_item()
78 goto out; in test_btrfs_split_item()
90 goto out; in test_btrfs_split_item()
97 goto out; in test_btrfs_split_item()
107 goto out; in test_btrfs_split_item()
115 goto out; in test_btrfs_split_item()
122 goto out; in test_btrfs_split_item()
131 goto out; in test_btrfs_split_item()
[all …]
Dextent-map-tests.c77 goto out; in test_case_1()
86 goto out; in test_case_1()
98 goto out; in test_case_1()
106 goto out; in test_case_1()
119 goto out; in test_case_1()
131 out: in test_case_1()
165 goto out; in test_case_2()
174 goto out; in test_case_2()
186 goto out; in test_case_2()
194 goto out; in test_case_2()
[all …]
/fs/nls/
Dnls_euc-jp.c410 unsigned char *out, int boundlen) in uni2char() argument
416 if ((n = p_nls->uni2char(uni, out, boundlen)) < 0) in uni2char()
421 if (IS_SJIS_JISX0201KANA(out[0])) { in uni2char()
426 out[1] = out[0]; in uni2char()
427 out[0] = SS2; in uni2char()
432 sjisnec2sjisibm(out, out[0], out[1]); in uni2char()
434 if (IS_SJIS_UDC_LOW(out[0], out[1])) { in uni2char()
436 MAP_SJIS2EUC(out[0], out[1], 0xF0, out[0], out[1], 0xF5); in uni2char()
437 } else if (IS_SJIS_UDC_HI(out[0], out[1])) { in uni2char()
444 n = 3; ch = out[0]; cl = out[1]; in uni2char()
[all …]
/fs/incfs/
Dpseudo_files.c83 goto out; in pending_reads_read()
96 goto out; in pending_reads_read()
102 out: in pending_reads_read()
160 goto out; in ioctl_permit_fill()
165 goto out; in ioctl_permit_fill()
182 goto out; in ioctl_permit_fill()
185 out: in ioctl_permit_fill()
256 goto out; in dir_relative_path_resolve()
264 goto out; in dir_relative_path_resolve()
270 out: in dir_relative_path_resolve()
[all …]
/fs/btrfs/
Dsend.c453 goto out; in fs_path_prepare_for_add()
468 out: in fs_path_prepare_for_add()
479 goto out; in fs_path_add()
482 out: in fs_path_add()
493 goto out; in fs_path_add_path()
496 out: in fs_path_add_path()
509 goto out; in fs_path_add_from_extent_buffer()
513 out: in fs_path_add_from_extent_buffer()
743 goto out; in send_rename()
751 out: in send_rename()
[all …]
Duuid-tree.c35 goto out; in btrfs_uuid_tree_lookup()
41 goto out; in btrfs_uuid_tree_lookup()
47 goto out; in btrfs_uuid_tree_lookup()
50 goto out; in btrfs_uuid_tree_lookup()
63 goto out; in btrfs_uuid_tree_lookup()
77 out: in btrfs_uuid_tree_lookup()
101 goto out; in btrfs_uuid_tree_add()
109 goto out; in btrfs_uuid_tree_add()
133 goto out; in btrfs_uuid_tree_add()
141 out: in btrfs_uuid_tree_add()
[all …]
/fs/cifs/
Dioctl.c207 struct smb3_full_key_debug_info out; in cifs_dump_full_key() local
215 goto out; in cifs_dump_full_key()
219 if (copy_from_user(&out, in, sizeof(out))) { in cifs_dump_full_key()
221 goto out; in cifs_dump_full_key()
224 if (!out.session_id) { in cifs_dump_full_key()
235 if (ses_it->Suid == out.session_id) { in cifs_dump_full_key()
252 goto out; in cifs_dump_full_key()
259 out.session_key_length = CIFS_SESS_KEY_SIZE; in cifs_dump_full_key()
260 out.server_in_key_length = out.server_out_key_length = SMB3_GCM128_CRYPTKEY_SIZE; in cifs_dump_full_key()
264 out.session_key_length = CIFS_SESS_KEY_SIZE; in cifs_dump_full_key()
[all …]
/fs/ecryptfs/
Dkeystore.c102 goto out; in ecryptfs_parse_packet_length()
106 goto out; in ecryptfs_parse_packet_length()
108 out: in ecryptfs_parse_packet_length()
168 goto out; in write_tag_64_packet()
176 goto out; in write_tag_64_packet()
187 goto out; in write_tag_64_packet()
194 out: in write_tag_64_packet()
222 goto out; in parse_tag_65_packet()
227 goto out; in parse_tag_65_packet()
233 goto out; in parse_tag_65_packet()
[all …]
Dmmap.c61 goto out; in ecryptfs_writepage()
64 out: in ecryptfs_writepage()
146 goto out; in ecryptfs_copy_up_encrypted_with_header()
163 goto out; in ecryptfs_copy_up_encrypted_with_header()
168 out: in ecryptfs_copy_up_encrypted_with_header()
201 goto out; in ecryptfs_readpage()
211 goto out; in ecryptfs_readpage()
219 goto out; in ecryptfs_readpage()
222 out: in ecryptfs_readpage()
242 goto out; in fill_zeros_to_end_of_page()
[all …]
Dcrypto.c71 goto out; in ecryptfs_calculate_md5()
73 out: in ecryptfs_calculate_md5()
90 goto out; in ecryptfs_crypto_api_algify_cipher_name()
95 out: in ecryptfs_crypto_api_algify_cipher_name()
137 goto out; in ecryptfs_derive_iv()
144 out: in ecryptfs_derive_iv()
313 goto out; in crypt_scatterlist()
329 goto out; in crypt_scatterlist()
344 out: in crypt_scatterlist()
393 goto out; in crypt_extent()
[all …]
/fs/ntfs3/
Dxattr.c97 goto out; in ntfs_read_ea()
103 goto out; in ntfs_read_ea()
108 goto out; in ntfs_read_ea()
113 goto out; in ntfs_read_ea()
176 out: in ntfs_read_ea()
230 goto out; in ntfs_list_ea()
240 out: in ntfs_list_ea()
265 goto out; in ntfs_get_ea()
270 goto out; in ntfs_get_ea()
273 goto out; in ntfs_get_ea()
[all …]
Dattrib.c128 goto out; in run_deallocate_ex()
134 goto out; in run_deallocate_ex()
143 goto out; in run_deallocate_ex()
163 out: in run_deallocate_ex()
195 goto out; in attr_allocate_clusters()
207 goto out; in attr_allocate_clusters()
221 out: in attr_allocate_clusters()
277 goto out; in attr_make_nonresident()
355 out: in attr_make_nonresident()
436 goto out; in attr_set_size()
[all …]
Dfsntfs.c204 goto out; in ntfs_extend_init()
210 goto out; in ntfs_extend_init()
246 out: in ntfs_extend_init()
263 goto out; in ntfs_loadlog_and_replay()
291 goto out; in ntfs_loadlog_and_replay()
309 goto out; in ntfs_loadlog_and_replay()
313 goto out; in ntfs_loadlog_and_replay()
318 out: in ntfs_loadlog_and_replay()
488 goto out; in ntfs_extend_mft()
510 goto out; in ntfs_extend_mft()
[all …]
/fs/orangefs/
Dorangefs-sysfs.c224 goto out; in sysfs_int_show()
231 goto out; in sysfs_int_show()
238 goto out; in sysfs_int_show()
245 goto out; in sysfs_int_show()
252 goto out; in sysfs_int_show()
254 goto out; in sysfs_int_show()
263 goto out; in sysfs_int_show()
269 goto out; in sysfs_int_show()
271 goto out; in sysfs_int_show()
275 out: in sysfs_int_show()
[all …]
Dorangefs-debugfs.c231 goto out; in orangefs_debug_help_open()
235 goto out; in orangefs_debug_help_open()
241 out: in orangefs_debug_help_open()
327 goto out; in orangefs_debug_open()
334 out: in orangefs_debug_open()
354 goto out; in orangefs_debug_read()
364 out: in orangefs_debug_read()
403 goto out; in orangefs_debug_write()
409 goto out; in orangefs_debug_write()
435 goto out; in orangefs_debug_write()
[all …]
/fs/hfsplus/
Ddir.c58 goto out; in hfsplus_lookup()
123 out: in hfsplus_lookup()
150 goto out; in hfsplus_readdir()
155 goto out; in hfsplus_readdir()
160 goto out; in hfsplus_readdir()
166 goto out; in hfsplus_readdir()
174 goto out; in hfsplus_readdir()
179 goto out; in hfsplus_readdir()
183 goto out; in hfsplus_readdir()
187 goto out; in hfsplus_readdir()
[all …]
/fs/nfs/
Dnfs42xdr.c461 goto out; in decode_setxattr()
463 out: in decode_setxattr()
527 goto out; in decode_removexattr()
530 out: in decode_removexattr()
572 goto out; in decode_listxattrs()
607 goto out; in decode_listxattrs()
618 goto out; in decode_listxattrs()
638 out: in decode_listxattrs()
1118 goto out; in decode_read_plus()
1139 out: in decode_read_plus()
[all …]
/fs/ext4/
Dinline.c86 goto out; in get_max_inline_xattr_value_size()
96 out: in get_max_inline_xattr_value_size()
158 goto out; in ext4_find_inline_data_nolock()
165 goto out; in ext4_find_inline_data_nolock()
172 out: in ext4_find_inline_data_nolock()
201 goto out; in ext4_read_inline_data()
213 out: in ext4_read_inline_data()
283 goto out; in ext4_create_inline_data()
299 goto out; in ext4_create_inline_data()
308 goto out; in ext4_create_inline_data()
[all …]
/fs/hfs/
Dtrans.c33 int hfs_mac2asc(struct super_block *sb, char *out, const struct hfs_name *in) in hfs_mac2asc() argument
45 dst = out; in hfs_mac2asc()
68 goto out; in hfs_mac2asc()
81 out: in hfs_mac2asc()
82 return dst - out; in hfs_mac2asc()
97 void hfs_asc2mac(struct super_block *sb, struct hfs_name *out, const struct qstr *in) in hfs_asc2mac() argument
107 dst = out->name; in hfs_asc2mac()
126 goto out; in hfs_asc2mac()
145 out: in hfs_asc2mac()
146 out->len = dst - (char *)out->name; in hfs_asc2mac()
[all …]
/fs/ocfs2/
Drefcounttree.c100 goto out; in ocfs2_validate_refcount_block()
108 goto out; in ocfs2_validate_refcount_block()
116 goto out; in ocfs2_validate_refcount_block()
118 out: in ocfs2_validate_refcount_block()
338 goto out; in ocfs2_get_refcount_tree()
373 goto out; in ocfs2_get_refcount_tree()
380 out: in ocfs2_get_refcount_tree()
403 goto out; in ocfs2_get_refcount_block()
411 out: in ocfs2_get_refcount_block()
423 goto out; in __ocfs2_lock_refcount_tree()
[all …]
/fs/ubifs/
Dmaster.c118 goto out; in scan_for_master()
120 goto out; in scan_for_master()
125 goto out; in scan_for_master()
127 goto out; in scan_for_master()
153 out: in scan_for_master()
178 goto out; in validate_master()
183 goto out; in validate_master()
188 goto out; in validate_master()
196 goto out; in validate_master()
202 goto out; in validate_master()
[all …]
/fs/autofs/
Ddev-ioctl.c119 goto out; in validate_dev_ioctl()
128 goto out; in validate_dev_ioctl()
135 goto out; in validate_dev_ioctl()
144 goto out; in validate_dev_ioctl()
149 out: in validate_dev_ioctl()
238 goto out; in autofs_dev_ioctl_open_mountpoint()
244 goto out; in autofs_dev_ioctl_open_mountpoint()
252 out: in autofs_dev_ioctl_open_mountpoint()
280 goto out; in autofs_dev_ioctl_openmount()
284 out: in autofs_dev_ioctl_openmount()
[all …]

12345678910>>...32