Home
last modified time | relevance | path

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

12

/fs/
DKconfig23 source "fs/ext2/Kconfig"
24 source "fs/ext4/Kconfig"
25 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"
40 source "fs/btrfs/Kconfig"
41 source "fs/nilfs2/Kconfig"
[all …]
Dfs_context.c156 if (fc->source) in vfs_parse_fs_param()
158 fc->source = param->string; in vfs_parse_fs_param()
358 fc->source = NULL; in vfs_dup_fs_context()
509 kfree(fc->source); in put_fs_context()
566 if (fc->source) in legacy_parse_param()
568 fc->source = param->string; in legacy_parse_param()
648 fc->source, ctx->legacy_data); in legacy_get_tree()
729 kfree(fc->source); in vfs_clean_context()
730 fc->source = NULL; in vfs_clean_context()
Dsuper.c1289 if (!fc->source) in get_tree_bdev()
1292 bdev = blkdev_get_by_path(fc->source, mode, fc->fs_type); in get_tree_bdev()
1294 errorf(fc, "%s: Can't open blockdev", fc->source); in get_tree_bdev()
/fs/afs/
Dvl_list.c186 vllist->source = (hdr->source < NR__dns_record_source) ? in afs_extract_vlserver_list()
187 hdr->source : NR__dns_record_source; in afs_extract_vlserver_list()
203 bs.source = *b++; in afs_extract_vlserver_list()
226 if (bs.source > NR__dns_record_source) in afs_extract_vlserver_list()
227 bs.source = NR__dns_record_source; in afs_extract_vlserver_list()
269 addrs->source = bs.source; in afs_extract_vlserver_list()
Dcell.c180 vllist->source = DNS_RECORD_FROM_CONFIG; in afs_alloc_cell()
188 vllist->source = DNS_RECORD_UNAVAILABLE; in afs_alloc_cell()
195 cell->dns_source = vllist->source; in afs_alloc_cell()
419 _debug("%s: got list %d %d", cell->name, vllist->source, vllist->status); in afs_update_cell()
431 if (vllist->source == DNS_RECORD_UNAVAILABLE) { in afs_update_cell()
459 cell->dns_source = vllist->source; in afs_update_cell()
Dproc.c295 dns_record_sources[vllist ? vllist->source : 0], in afs_proc_cell_vlservers_show()
306 dns_record_sources[alist ? alist->source : entry->source], in afs_proc_cell_vlservers_show()
Dinternal.h91 enum dns_record_source source:8; member
441 enum dns_record_source source:8; member
452 enum dns_record_source source:8; member
/fs/notify/
DKconfig6 source "fs/notify/dnotify/Kconfig"
7 source "fs/notify/inotify/Kconfig"
8 source "fs/notify/fanotify/Kconfig"
/fs/nfs/
Dclient.c826 void nfs_server_copy_userdata(struct nfs_server *target, struct nfs_server *source) in nfs_server_copy_userdata() argument
828 target->flags = source->flags; in nfs_server_copy_userdata()
829 target->rsize = source->rsize; in nfs_server_copy_userdata()
830 target->wsize = source->wsize; in nfs_server_copy_userdata()
831 target->acregmin = source->acregmin; in nfs_server_copy_userdata()
832 target->acregmax = source->acregmax; in nfs_server_copy_userdata()
833 target->acdirmin = source->acdirmin; in nfs_server_copy_userdata()
834 target->acdirmax = source->acdirmax; in nfs_server_copy_userdata()
835 target->caps = source->caps; in nfs_server_copy_userdata()
836 target->options = source->options; in nfs_server_copy_userdata()
[all …]
Dnfs3client.c59 struct nfs_server *nfs3_clone_server(struct nfs_server *source, in nfs3_clone_server() argument
64 struct nfs_server *server = nfs_clone_server(source, fh, fattr, flavor); in nfs3_clone_server()
65 if (!IS_ERR(server) && !IS_ERR(source->client_acl)) in nfs3_clone_server()
/fs/cifs/
Dcifs_unicode.c460 cifsConvertToUTF16(__le16 *target, const char *source, int srclen, in cifsConvertToUTF16() argument
473 return cifs_strtoUTF16(target, source, PATH_MAX, cp); in cifsConvertToUTF16()
478 src_char = source[i]; in cifsConvertToUTF16()
505 charlen = cp->char2uni(source + i, srclen - i, &tmp); in cifsConvertToUTF16()
518 if (*(source + i) & 0x80) { in cifsConvertToUTF16()
519 charlen = utf8_to_utf32(source + i, 6, &u); in cifsConvertToUTF16()
524 ret = utf8s_to_utf16s(source + i, charlen, in cifsConvertToUTF16()
Dcifs_unicode.h101 extern int cifsConvertToUTF16(__le16 *target, const char *source, int maxlen,
/fs/jffs2/
DLICENCE24 covered by the GNU General Public License. However the source code for
/fs/reiserfs/
Dlbalance.c16 struct buffer_head *source, int last_first, in leaf_copy_dir_entries() argument
31 ih = item_head(source, item_num); in leaf_copy_dir_entries()
39 deh = B_I_DEH(source, ih); in leaf_copy_dir_entries()
45 source->b_data + ih_location(ih) + in leaf_copy_dir_entries()
DKconfig21 make source code open.''
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
/fs/unicode/
DREADME.utf8data8 Individual source links:
/fs/jbd2/
Dtransaction.c828 char *source; in jbd2_freeze_jh_data() local
834 source = kmap_atomic(page); in jbd2_freeze_jh_data()
836 jbd2_buffer_frozen_trigger(jh, source + offset, jh->b_triggers); in jbd2_freeze_jh_data()
837 memcpy(jh->b_frozen_data, source + offset, bh->b_size); in jbd2_freeze_jh_data()
838 kunmap_atomic(source); in jbd2_freeze_jh_data()
/fs/nfsd/
Dnfs4state.c2080 static void copy_verf(struct nfs4_client *target, nfs4_verifier *source) in copy_verf() argument
2082 memcpy(target->cl_verifier.data, source->data, in copy_verf()
2086 static void copy_clid(struct nfs4_client *target, struct nfs4_client *source) in copy_clid() argument
2088 target->cl_clientid.cl_boot = source->cl_clientid.cl_boot; in copy_clid()
2089 target->cl_clientid.cl_id = source->cl_clientid.cl_id; in copy_clid()
2092 static int copy_cred(struct svc_cred *target, struct svc_cred *source) in copy_cred() argument
2094 target->cr_principal = kstrdup(source->cr_principal, GFP_KERNEL); in copy_cred()
2095 target->cr_raw_principal = kstrdup(source->cr_raw_principal, in copy_cred()
2097 target->cr_targ_princ = kstrdup(source->cr_targ_princ, GFP_KERNEL); in copy_cred()
2098 if ((source->cr_principal && !target->cr_principal) || in copy_cred()
[all …]
/fs/gfs2/
Dops_fstype.c1582 if (!fc->source || !*fc->source) in gfs2_meta_get_tree()
1585 error = kern_path(fc->source, LOOKUP_FOLLOW, &path); in gfs2_meta_get_tree()
1588 fc->source, error); in gfs2_meta_get_tree()
/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/sdcardfs/
Dmain.c187 const char *dev_name = fc->source; in __sdcardfs_fill_super()
/fs/proc/
DKconfig16 often a source of trouble if two devices are mistakenly configured
/fs/fuse/
Dvirtio_fs.c1166 fs = virtio_fs_find_instance(fsc->source); in virtio_fs_get_tree()
1168 pr_info("virtio-fs: tag <%s> not found\n", fsc->source); in virtio_fs_get_tree()
Dinode.c482 if (fc->source) in fuse_parse_param()
484 fc->source = param->string; in fuse_parse_param()

12