Home
last modified time | relevance | path

Searched refs:names (Results 1 – 15 of 15) sorted by relevance

/fs/btrfs/
Dlocking.c46 .names[level] = "btrfs-" stem "-0" #level,
61 char names[BTRFS_MAX_LEVEL][24]; member
93 lockdep_set_class_and_name(&eb->lock, &ks->keys[level], ks->names[level]); in btrfs_set_buffer_lockdep_class()
Dioctl.c4244 char *names; in check_feature_bits() local
4251 names = btrfs_printable_features(set, unsupported); in check_feature_bits()
4252 if (names) { in check_feature_bits()
4255 names, strchr(names, ',') ? "s" : ""); in check_feature_bits()
4256 kfree(names); in check_feature_bits()
4266 names = btrfs_printable_features(set, disallowed); in check_feature_bits()
4267 if (names) { in check_feature_bits()
4270 names, strchr(names, ',') ? "s" : ""); in check_feature_bits()
4271 kfree(names); in check_feature_bits()
4281 names = btrfs_printable_features(set, disallowed); in check_feature_bits()
[all …]
/fs/afs/
Dproc.c451 struct afs_sysnames *names; in afs_proc_sysname_start() local
455 names = net->sysnames; in afs_proc_sysname_start()
456 if (*pos >= names->nr) in afs_proc_sysname_start()
464 struct afs_sysnames *names = net->sysnames; in afs_proc_sysname_next() local
467 if (*pos >= names->nr) in afs_proc_sysname_next()
/fs/fuse/
Dvirtio_fs.c698 const char **names; in virtio_fs_setup_vqs() local
715 names = kmalloc_array(fs->nvqs, sizeof(names[VQ_HIPRIO]), GFP_KERNEL); in virtio_fs_setup_vqs()
716 if (!vqs || !callbacks || !names) { in virtio_fs_setup_vqs()
724 names[VQ_HIPRIO] = fs->vqs[VQ_HIPRIO].name; in virtio_fs_setup_vqs()
733 names[i] = fs->vqs[i].name; in virtio_fs_setup_vqs()
736 ret = virtio_find_vqs(vdev, fs->nvqs, vqs, callbacks, names, NULL); in virtio_fs_setup_vqs()
745 kfree(names); in virtio_fs_setup_vqs()
/fs/9p/
Dfid.c148 struct dentry *dentry, const unsigned char ***names) in build_path_from_dentry() argument
164 *names = wnames; in build_path_from_dentry()
/fs/dlm/
Drcom.c586 int stop, reply = 0, names = 0, lookup = 0, lock = 0; in dlm_receive_rcom() local
595 names = 1; in dlm_receive_rcom()
598 names = 1; in dlm_receive_rcom()
629 if (!(status & DLM_RS_NODES) && (names || lookup || lock)) in dlm_receive_rcom()
/fs/fat/
DKconfig100 instead if you would like to use UTF-8 encoded file names by default.
117 Say Y if you use UTF-8 encoding for file names, N otherwise.
/fs/nfsd/
Dnfs4recover.c266 struct list_head names; member
284 list_add(&entry->list, &ctx->names); in nfsd4_build_namelist()
295 .names = LIST_HEAD_INIT(ctx.names) in nfsd4_list_rec_dir()
313 list_for_each_entry_safe(entry, tmp, &ctx.names, list) { in nfsd4_list_rec_dir()
330 list_for_each_entry_safe(entry, tmp, &ctx.names, list) { in nfsd4_list_rec_dir()
/fs/ntfs3/
Dinode.c40 u16 roff, rsize, names = 0, links = 0; in ntfs_read_mft() local
201 names += 1; in ntfs_read_mft()
421 if (!names) { in ntfs_read_mft()
426 if (names != le16_to_cpu(rec->hard_links)) { in ntfs_read_mft()
428 ntfs_inode_warn(inode, "Correct links count -> %u.", names); in ntfs_read_mft()
429 rec->hard_links = cpu_to_le16(names); in ntfs_read_mft()
/fs/smb/client/
DKconfig101 servers without the user namespace prefix, but their names are
158 utilities to provide server name resolution (host names to
/fs/ext4/
Dnamei.c648 unsigned names; member
658 unsigned names = 0, space = 0; in dx_show_leaf() local
734 names++; in dx_show_leaf()
738 printk(KERN_CONT "(%i)\n", names); in dx_show_leaf()
739 return (struct stats) { names, space, 1 }; in dx_show_leaf()
746 unsigned count = dx_get_count(entries), names = 0, space = 0, i; in dx_show_entries() local
764 names += stats.names; in dx_show_entries()
771 levels ? "" : " ", names, space/bcount, in dx_show_entries()
773 return (struct stats) { names, space, bcount}; in dx_show_entries()
/fs/affs/
DChanges71 - correctly cut off long file names for compares
288 - The names of newly created filesystem objects are
/fs/ceph/
Dxattr.c1053 ssize_t ceph_listxattr(struct dentry *dentry, char *names, size_t size) in ceph_listxattr() argument
1085 names = __copy_xattr_names(ci, names); in ceph_listxattr()
/fs/xfs/
DKconfig58 the locale settings in userspace, so it corrupts UTF-8 names.
/fs/befs/
DChangeLog53 names like file1 and file2 to mysteriously be duplicates of each other