Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 117) sorted by relevance

12345

/fs/smbfs_common/
Dcifs_md4.c54 static void md4_transform(u32 *hash, u32 const *in) in md4_transform() argument
63 ROUND1(a, b, c, d, in[0], 3); in md4_transform()
64 ROUND1(d, a, b, c, in[1], 7); in md4_transform()
65 ROUND1(c, d, a, b, in[2], 11); in md4_transform()
66 ROUND1(b, c, d, a, in[3], 19); in md4_transform()
67 ROUND1(a, b, c, d, in[4], 3); in md4_transform()
68 ROUND1(d, a, b, c, in[5], 7); in md4_transform()
69 ROUND1(c, d, a, b, in[6], 11); in md4_transform()
70 ROUND1(b, c, d, a, in[7], 19); in md4_transform()
71 ROUND1(a, b, c, d, in[8], 3); in md4_transform()
[all …]
/fs/udf/
Dudfend.h8 static inline struct kernel_lb_addr lelb_to_cpu(struct lb_addr in) in lelb_to_cpu() argument
12 out.logicalBlockNum = le32_to_cpu(in.logicalBlockNum); in lelb_to_cpu()
13 out.partitionReferenceNum = le16_to_cpu(in.partitionReferenceNum); in lelb_to_cpu()
18 static inline struct lb_addr cpu_to_lelb(struct kernel_lb_addr in) in cpu_to_lelb() argument
22 out.logicalBlockNum = cpu_to_le32(in.logicalBlockNum); in cpu_to_lelb()
23 out.partitionReferenceNum = cpu_to_le16(in.partitionReferenceNum); in cpu_to_lelb()
28 static inline struct short_ad lesa_to_cpu(struct short_ad in) in lesa_to_cpu() argument
32 out.extLength = le32_to_cpu(in.extLength); in lesa_to_cpu()
33 out.extPosition = le32_to_cpu(in.extPosition); in lesa_to_cpu()
38 static inline struct short_ad cpu_to_lesa(struct short_ad in) in cpu_to_lesa() argument
[all …]
/fs/ext4/
Dhash.c16 static void TEA_transform(__u32 buf[4], __u32 const in[]) in TEA_transform() argument
20 __u32 a = in[0], b = in[1], c = in[2], d = in[3]; in TEA_transform()
53 static __u32 half_md4_transform(__u32 buf[4], __u32 const in[8]) in half_md4_transform()
58 ROUND(F, a, b, c, d, in[0] + K1, 3); in half_md4_transform()
59 ROUND(F, d, a, b, c, in[1] + K1, 7); in half_md4_transform()
60 ROUND(F, c, d, a, b, in[2] + K1, 11); in half_md4_transform()
61 ROUND(F, b, c, d, a, in[3] + K1, 19); in half_md4_transform()
62 ROUND(F, a, b, c, d, in[4] + K1, 3); in half_md4_transform()
63 ROUND(F, d, a, b, c, in[5] + K1, 7); in half_md4_transform()
64 ROUND(F, c, d, a, b, in[6] + K1, 11); in half_md4_transform()
[all …]
/fs/ceph/
Dquota.c130 struct inode *in; in lookup_quotarealm_inode() local
153 in = qri->inode; in lookup_quotarealm_inode()
155 in = ERR_PTR(ret); in lookup_quotarealm_inode()
157 in = ceph_lookup_inode(sb, realm->ino); in lookup_quotarealm_inode()
160 if (IS_ERR(in)) { in lookup_quotarealm_inode()
162 realm->ino, PTR_ERR(in)); in lookup_quotarealm_inode()
166 qri->inode = in; in lookup_quotarealm_inode()
170 return in; in lookup_quotarealm_inode()
213 struct inode *in; in get_quota_realm() local
231 in = has_inode ? igrab(realm->inode) : NULL; in get_quota_realm()
[all …]
Dinode.c759 struct ceph_mds_reply_inode *info = iinfo->in; in ceph_fill_inode()
1204 static int splice_dentry(struct dentry **pdn, struct inode *in) in splice_dentry() argument
1211 if (S_ISDIR(in->i_mode)) { in splice_dentry()
1216 realdn = d_find_any_alias(in); in splice_dentry()
1235 realdn = d_splice_alias(in, dn); in splice_dentry()
1238 PTR_ERR(realdn), dn, in, ceph_vinop(in)); in splice_dentry()
1273 struct inode *in = NULL; in ceph_fill_trace() local
1316 tvino.ino = le64_to_cpu(rinfo->targeti.in->ino); in ceph_fill_trace()
1317 tvino.snap = le64_to_cpu(rinfo->targeti.in->snapid); in ceph_fill_trace()
1353 in = req->r_target_inode; in ceph_fill_trace()
[all …]
/fs/efs/
Dinode.c55 struct efs_inode_info *in; in efs_iget() local
66 in = INODE_INFO(inode); in efs_iget()
127 in->numextents = be16_to_cpu(efs_inode->di_numextents); in efs_iget()
128 in->lastextent = 0; in efs_iget()
132 extent_copy(&(efs_inode->di_u.di_extents[i]), &(in->extents[i])); in efs_iget()
133 if (i < in->numextents && in->extents[i].cooked.ex_magic != 0) { in efs_iget()
143 inode->i_ino, in->numextents, inode->i_mode); in efs_iget()
201 struct efs_inode_info *in = INODE_INFO(inode); in efs_map_block() local
209 last = in->lastextent; in efs_map_block()
211 if (in->numextents <= EFS_DIRECTEXTENTS) { in efs_map_block()
[all …]
/fs/befs/
DChangeLog46 * Fixed bug in befs_find_brun_indirect() that would result in the wrong
47 block being read. It was introduced when adding byteswapping in
50 * Fixed a longstanding bug in befs_find_key() that would result in it
52 for. For example, this would cause files in the same directory with
61 * Documentation improvements in source. [WD]
63 * Makefile fix for independent module when CONFIG_MODVERSION is set in
76 * Made functions in endian.h to do the correct byteswapping, no matter
79 * Abbandoned silly checks for a NULL superblock pointer in debug.c. [WD]
99 would result in the filesystem using the on-disk uid and gid. [WD]
113 * Added new debug/warning/error print functions in debug.c.
[all …]
/fs/
Dsplice.c298 ssize_t generic_file_splice_read(struct file *in, loff_t *ppos, in generic_file_splice_read() argument
309 init_sync_kiocb(&kiocb, in); in generic_file_splice_read()
311 ret = call_read_iter(in, &kiocb, &to); in generic_file_splice_read()
314 file_accessed(in); in generic_file_splice_read()
773 static long do_splice_to(struct file *in, loff_t *ppos, in do_splice_to() argument
780 if (unlikely(!(in->f_mode & FMODE_READ))) in do_splice_to()
787 ret = rw_verify_area(READ, in, ppos, len); in do_splice_to()
794 if (unlikely(!in->f_op->splice_read)) in do_splice_to()
795 return warn_unsupported(in, "read"); in do_splice_to()
796 return in->f_op->splice_read(in, ppos, pipe, len, flags); in do_splice_to()
[all …]
/fs/erofs/
Ddecompressor_lzma.c166 kin = kmap(*rq->in); in z_erofs_lzma_decompress()
173 kunmap(*rq->in); in z_erofs_lzma_decompress()
196 strm->buf.in = kin + inputmargin; in z_erofs_lzma_decompress()
226 kunmap(rq->in[ni]); in z_erofs_lzma_decompress()
236 kin = kmap(rq->in[ni]); in z_erofs_lzma_decompress()
237 strm->buf.in = kin; in z_erofs_lzma_decompress()
247 if (!bounced && rq->out[no] == rq->in[ni]) { in z_erofs_lzma_decompress()
248 memcpy(strm->bounce, strm->buf.in, strm->buf.in_size); in z_erofs_lzma_decompress()
249 strm->buf.in = strm->bounce; in z_erofs_lzma_decompress()
255 if (rq->out[no] != rq->in[j]) in z_erofs_lzma_decompress()
[all …]
Ddecompressor.c125 struct page **in; in z_erofs_lz4_handle_inplace_io() local
140 DBG_BUGON(rq->in[i] == NULL); in z_erofs_lz4_handle_inplace_io()
142 if (rq->out[j] == rq->in[i]) in z_erofs_lz4_handle_inplace_io()
153 src = erofs_vm_map_ram(rq->in, nrpages_in); in z_erofs_lz4_handle_inplace_io()
161 in = rq->in; in z_erofs_lz4_handle_inplace_io()
176 inpage = kmap_atomic(*in); in z_erofs_lz4_handle_inplace_io()
182 ++in; in z_erofs_lz4_handle_inplace_io()
197 DBG_BUGON(*rq->in == NULL); in z_erofs_lz4_decompress_mem()
198 headpage = kmap_atomic(*rq->in); in z_erofs_lz4_decompress_mem()
314 if (rq->out[0] == *rq->in) { in z_erofs_shifted_transform()
[all …]
/fs/nls/
DKconfig35 If you specify a wrong value, it will use the built-in NLS;
43 The Microsoft FAT file system family can deal with filenames in
45 in so-called DOS codepages. You need to include the appropriate
49 say Y here if you want to include the DOS codepage that is used in
55 The Microsoft FAT file system family can deal with filenames in
57 in so-called DOS codepages. You need to include the appropriate
67 The Microsoft FAT file system family can deal with filenames in
69 in so-called DOS codepages. You need to include the appropriate
80 The Microsoft FAT file system family can deal with filenames in
81 native language character sets. These character sets are stored in
[all …]
/fs/f2fs/
Dhash.c25 static void TEA_transform(unsigned int buf[4], unsigned int const in[]) in TEA_transform() argument
29 __u32 a = in[0], b = in[1], c = in[2], d = in[3]; in TEA_transform()
72 __u32 in[8], buf[4]; in TEA_hash_name() local
81 str2hashbuf(p, len, in, 4); in TEA_hash_name()
82 TEA_transform(buf, in); in TEA_hash_name()
/fs/ntfs3/
Dindex.c215 const struct INDEX_NAMES *in = &s_index_names[indx->type]; in bmp_buf_get() local
219 b = ni_find_attr(ni, NULL, &le, ATTR_BITMAP, in->name, in->name_len, in bmp_buf_get()
478 const struct INDEX_NAMES *in = &s_index_names[indx->type]; in indx_find_free() local
481 b = ni_find_attr(ni, NULL, &le, ATTR_BITMAP, in->name, in->name_len, in indx_find_free()
526 const struct INDEX_NAMES *in = &s_index_names[indx->type]; in indx_used_bit() local
529 b = ni_find_attr(ni, NULL, &le, ATTR_BITMAP, in->name, in->name_len, in indx_used_bit()
1000 const struct INDEX_NAMES *in = &s_index_names[indx->type]; in indx_get_root() local
1003 a = ni_find_attr(ni, NULL, &le, ATTR_ROOT, in->name, in->name_len, NULL, in indx_get_root()
1046 struct indx_node *in = *node; in indx_read() local
1049 if (!in) { in indx_read()
[all …]
/fs/affs/
DChanges11 in readdir()) gives compiler warnings but is
52 - wrong sign in __affs_hash_dentry
53 - remove unnecessary check in affs_new_inode
95 - Corruption in truncate() bugfix [Ken Tyler <kent@werple.net.au>]
120 more consistent. Changed a bad example in the
123 - Sets the NOEXEC flag in read_super() for old file
131 - Cleanup of error handling in read_super().
132 Didn't release all resources in case of an
140 - Cleanup of error handling in namei.c. (BH)
142 - Cleanup of error handling in file.c. (BH)
[all …]
/fs/reiserfs/
DREADME9 Reiser, or authorized to be licensed by him, have been in the past,
10 and likely will be in the future, licensed to other parties under
16 others or sending us a patch, and leaving the sentence in stating that
17 licensing is governed by the statement in this file, you accept this.
21 a check in the mail to you (for non-trivial improvements) when he
36 Finally, nothing in this license shall be interpreted to allow you to
41 to address the fair crediting issue in the next GPL version.)
52 mkreiserfs and other utilities are in reiserfs/utils, or wherever your
55 version of reiserfs that is in their kernel, with many important
60 which is in the kernel code, and relocating the utilities may require
[all …]
/fs/xfs/
Dxfs_fsops.c86 struct xfs_growfs_data *in) /* growfs data input struct */ in xfs_growfs_data_private() argument
99 nb = in->newblocks; in xfs_growfs_data_private()
228 struct xfs_growfs_log *in) /* growfs log input struct */ in xfs_growfs_log_private() argument
232 nb = in->newblocks; in xfs_growfs_log_private()
236 in->isint == (mp->m_sb.sb_logstart != 0)) in xfs_growfs_log_private()
278 struct xfs_growfs_data *in) in xfs_growfs_data() argument
288 if (in->imaxpct != mp->m_sb.sb_imax_pct) { in xfs_growfs_data()
289 error = xfs_growfs_imaxpct(mp, in->imaxpct); in xfs_growfs_data()
294 if (in->newblocks != mp->m_sb.sb_dblocks) { in xfs_growfs_data()
295 error = xfs_growfs_data_private(mp, in); in xfs_growfs_data()
[all …]
Dxfs_ioctl32.c62 struct xfs_growfs_data *in, in xfs_compat_growfs_data_copyin() argument
65 if (get_user(in->newblocks, &arg32->newblocks) || in xfs_compat_growfs_data_copyin()
66 get_user(in->imaxpct, &arg32->imaxpct)) in xfs_compat_growfs_data_copyin()
73 struct xfs_growfs_rt *in, in xfs_compat_growfs_rt_copyin() argument
76 if (get_user(in->newblocks, &arg32->newblocks) || in xfs_compat_growfs_rt_copyin()
77 get_user(in->extsize, &arg32->extsize)) in xfs_compat_growfs_rt_copyin()
462 struct xfs_growfs_data in; in xfs_file_compat_ioctl() local
464 if (xfs_compat_growfs_data_copyin(&in, arg)) in xfs_file_compat_ioctl()
469 error = xfs_growfs_data(ip->i_mount, &in); in xfs_file_compat_ioctl()
474 struct xfs_growfs_rt in; in xfs_file_compat_ioctl() local
[all …]
/fs/hfs/
Dtrans.c33 int hfs_mac2asc(struct super_block *sb, char *out, const struct hfs_name *in) in hfs_mac2asc() argument
41 src = in->name; in hfs_mac2asc()
42 srclen = in->len; in hfs_mac2asc()
97 void hfs_asc2mac(struct super_block *sb, struct hfs_name *out, const struct qstr *in) in hfs_asc2mac() argument
105 src = in->name; in hfs_asc2mac()
106 srclen = in->len; in hfs_asc2mac()
/fs/proc/
DKconfig14 (there is a small number of Interrupt ReQuest lines in your computer
21 meaning it has to be given a location in the directory hierarchy.
23 /proc" or the equivalent line in /etc/fstab does the job.
25 The /proc file system is explained in the file
46 Exports the dump image of crashed kernel in ELF format.
55 underlying devices are initialized in crash recovery kernel.
56 Note that the device driver must be present in the crash
75 /proc/sys directory. They are explained in the files
76 in <file:Documentation/admin-guide/sysctl/>. Note that enabling this
81 limited in memory.
/fs/nfs/
DKconfig15 install the user space mount.nfs command which can be found in
17 Information about using the mount command is available in the
22 available in the kernel to mount NFS servers. Support for NFS
27 autoconfiguration" in the NETWORK menu, and select "Root file
29 module in this case.
39 (RFC 1094) in the kernel's NFS client.
49 (RFC 1813) in the kernel's NFS client.
82 (RFC 3530) in the kernel's NFS client.
85 space programs which can be found in the Linux nfs-utils package,
104 (RFC 5661) in the kernel's NFS client.
[all …]
/fs/ntfs/
DKconfig14 without NTFS support enabled in the kernel.
27 If you are not using Windows NT, 2000, XP or 2003 in addition to
35 Y here. This will result in additional consistency checks to be
45 If you leave debugging messages disabled, this results in little
46 overhead, but enabling debug messages results in very significant
56 This enables the partial, but safe, write support in the NTFS driver.
68 Note: While write support is safe in this version (a rewrite from
70 write support, included in Linux 2.5.10 and before (since 1997),
/fs/pstore/
DKconfig159 buffer in RAM where it can be read back at some later point.
170 The common layer for pstore/blk (and pstore/ram in the future)
171 to manage storage in zones.
195 1) <hex_major><hex_minor> device number in hexadecimal representation,
208 6) PARTUUID=<UUID>/PARTNROFF=<int> to select a partition in relation
217 int "Size in Kbytes of kmsg dump log to store"
222 pstore/blk. The size is in KB and must be a multiple of 4.
240 int "Size in Kbytes of pmsg to store"
246 in KB and must be a multiple of 4.
252 int "Size in Kbytes of console log to store"
[all …]
/fs/cifs/
Dwinucase.c20 wchar_t cifs_toupper(wchar_t in); /* quiet sparse */
626 cifs_toupper(wchar_t in) in cifs_toupper() argument
633 idx = (in & 0xff00) >> 8; in cifs_toupper()
638 return in; in cifs_toupper()
641 idx = in & 0xff; in cifs_toupper()
648 return in; in cifs_toupper()
/fs/jfs/
DKconfig8 available in the file <file:Documentation/admin-guide/jfs.rst>.
29 labels in the jfs filesystem.
39 Y here. This will result in additional debugging messages to be
41 results in very little overhead.
48 to be made available to the user in the /proc/fs/jfs/ directory.
/fs/nfsd/
DKconfig18 You may choose to use a user-space NFS server instead, in which
22 user space programs which can be found in the Linux nfs-utils
42 This option enables support in your system's NFS server for
59 This option enables support in your system's NFS server for the
82 This option enables support in your system's NFS server for
86 space programs which can be found in the Linux nfs-utils package,
101 in the kernel's NFS server. The pNFS block layout enables NFS
115 in the kernel's NFS server. The pNFS SCSI layout enables NFS
128 layouts in the kernel's NFS server. The pNFS Flex File layout
135 not for use in production.

12345