Home
last modified time | relevance | path

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

/fs/
DKconfig13 source "fs/ext2/Kconfig"
14 source "fs/ext3/Kconfig"
15 source "fs/ext4/Kconfig"
23 source "fs/jbd/Kconfig"
24 source "fs/jbd2/Kconfig"
34 source "fs/reiserfs/Kconfig"
35 source "fs/jfs/Kconfig"
37 source "fs/xfs/Kconfig"
38 source "fs/gfs2/Kconfig"
39 source "fs/ocfs2/Kconfig"
[all …]
Dpnode.c233 struct mount *source; in propagate_mnt() local
238 source = get_source(m, prev_dest_mnt, prev_src_mnt, &type); in propagate_mnt()
240 child = copy_tree(source, source->mnt.mnt_root, type); in propagate_mnt()
/fs/notify/
DKconfig4 source "fs/notify/dnotify/Kconfig"
5 source "fs/notify/inotify/Kconfig"
6 source "fs/notify/fanotify/Kconfig"
/fs/cifs/
Dcifs_unicode.c290 cifsConvertToUTF16(__le16 *target, const char *source, int srclen, in cifsConvertToUTF16() argument
299 return cifs_strtoUTF16(target, source, PATH_MAX, cp); in cifsConvertToUTF16()
302 src_char = source[i]; in cifsConvertToUTF16()
332 charlen = cp->char2uni(source + i, srclen - i, &tmp); in cifsConvertToUTF16()
Dcifs_unicode.h85 extern int cifsConvertToUTF16(__le16 *target, const char *source, int maxlen,
DREADME21 1) Get the kernel source (e.g.from http://www.kernel.org)
22 and download the cifs vfs source (see the project page
61 If you do not have the utility mount.cifs (in the Samba 3.0 source tree and on
71 trivially built from Samba 3.0 or later source e.g. by executing:
73 gcc samba/source/client/mount.cifs.c -o mount.cifs
103 gcc samba/source/client/mount.cifs.c -DCIFS_ALLOW_USR_SUID -o mount.cifs
106 later source tree in docs/manpages/mount.cifs.8
442 source name to use to represent the client netbios machine
704 source code (typically by setting it in the beginning of cifsglob.h),
Dconnect.c2908 static void rfc1002mangle(char *target, char *source, unsigned int length) in rfc1002mangle() argument
2914 target[j] = 'A' + (0x0F & (source[i] >> 4)); in rfc1002mangle()
2915 target[j+1] = 'A' + (0x0F & source[i]); in rfc1002mangle()
Dfile.c1170 cifs_move_llist(struct list_head *source, struct list_head *dest) in cifs_move_llist() argument
1173 list_for_each_safe(li, tmp, source) in cifs_move_llist()
/fs/nfs/
Dclient.c1034 static void nfs_server_copy_userdata(struct nfs_server *target, struct nfs_server *source) in nfs_server_copy_userdata() argument
1036 target->flags = source->flags; in nfs_server_copy_userdata()
1037 target->rsize = source->rsize; in nfs_server_copy_userdata()
1038 target->wsize = source->wsize; in nfs_server_copy_userdata()
1039 target->acregmin = source->acregmin; in nfs_server_copy_userdata()
1040 target->acregmax = source->acregmax; in nfs_server_copy_userdata()
1041 target->acdirmin = source->acdirmin; in nfs_server_copy_userdata()
1042 target->acdirmax = source->acdirmax; in nfs_server_copy_userdata()
1043 target->caps = source->caps; in nfs_server_copy_userdata()
1044 target->options = source->options; in nfs_server_copy_userdata()
[all …]
/fs/ncpfs/
Dncplib_kernel.c65 static void ncp_add_mem(struct ncp_server *server, const void *source, int size) in ncp_add_mem() argument
68 memcpy(&(server->packet[server->current_size]), source, size); in ncp_add_mem()
972 const char *source; in ncp_read_kernel() local
985 source = ncp_reply_data(server, 2 + (offset & 1)); in ncp_read_kernel()
987 memcpy(target, source, *bytes_read); in ncp_read_kernel()
1023 char* source; in ncp_read_bounce() local
1025 source = (char*)bounce + in ncp_read_bounce()
1030 if (copy_to_user(target, source, len)) in ncp_read_bounce()
1040 const char *source, int *bytes_written) in ncp_write_kernel() argument
1049 ncp_add_mem(server, source, to_write); in ncp_write_kernel()
DKconfig13 <file:Documentation/filesystems/ncpfs.txt> in the kernel source and
/fs/jbd2/
Dtransaction.c811 char *source; in do_get_write_access() local
817 source = kmap_atomic(page); in do_get_write_access()
819 jbd2_buffer_frozen_trigger(jh, source + offset, in do_get_write_access()
821 memcpy(jh->b_frozen_data, source+offset, jh2bh(jh)->b_size); in do_get_write_access()
822 kunmap_atomic(source); in do_get_write_access()
/fs/jffs2/
DLICENCE24 covered by the GNU General Public License. However the source code for
/fs/jbd/
Dtransaction.c715 char *source; in do_get_write_access() local
721 source = kmap_atomic(page); in do_get_write_access()
722 memcpy(jh->b_frozen_data, source+offset, jh2bh(jh)->b_size); in do_get_write_access()
723 kunmap_atomic(source); in do_get_write_access()
/fs/reiserfs/
Dlbalance.c25 struct buffer_head *source, int last_first, in leaf_copy_dir_entries() argument
38 ih = B_N_PITEM_HEAD(source, item_num); in leaf_copy_dir_entries()
43 deh = B_I_DEH(source, ih); in leaf_copy_dir_entries()
49 source->b_data + ih_location(ih) + in leaf_copy_dir_entries()
DREADME58 reiserfs, this is a common source of confusion. Note that some of the
84 Hans Reiser was the project initiator, primary architect, source of all
DKconfig20 make source code open.''
/fs/proc/
DKconfig15 often a source of trouble if two devices are mistakenly configured
/fs/befs/
DChangeLog8 source files!
41 * Made a debian package of the source for use with kernel-package. [WD]
61 * Documentation improvements in source. [WD]
/fs/nfsd/
Dnfs4state.c1119 static void copy_verf(struct nfs4_client *target, nfs4_verifier *source) in copy_verf() argument
1121 memcpy(target->cl_verifier.data, source->data, in copy_verf()
1125 static void copy_clid(struct nfs4_client *target, struct nfs4_client *source) in copy_clid() argument
1127 target->cl_clientid.cl_boot = source->cl_clientid.cl_boot; in copy_clid()
1128 target->cl_clientid.cl_id = source->cl_clientid.cl_id; in copy_clid()
1131 static void copy_cred(struct svc_cred *target, struct svc_cred *source) in copy_cred() argument
1133 target->cr_uid = source->cr_uid; in copy_cred()
1134 target->cr_gid = source->cr_gid; in copy_cred()
1135 target->cr_group_info = source->cr_group_info; in copy_cred()