/fs/btrfs/ |
D | locking.c | 46 .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()
|
D | ioctl.c | 4244 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/ |
D | proc.c | 451 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/ |
D | virtio_fs.c | 698 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/ |
D | fid.c | 148 struct dentry *dentry, const unsigned char ***names) in build_path_from_dentry() argument 164 *names = wnames; in build_path_from_dentry()
|
/fs/dlm/ |
D | rcom.c | 586 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/ |
D | Kconfig | 100 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/ |
D | nfs4recover.c | 266 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/ |
D | inode.c | 40 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/ |
D | Kconfig | 101 servers without the user namespace prefix, but their names are 158 utilities to provide server name resolution (host names to
|
/fs/ext4/ |
D | namei.c | 648 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/ |
D | Changes | 71 - correctly cut off long file names for compares 288 - The names of newly created filesystem objects are
|
/fs/ceph/ |
D | xattr.c | 1053 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/ |
D | Kconfig | 58 the locale settings in userspace, so it corrupts UTF-8 names.
|
/fs/befs/ |
D | ChangeLog | 53 names like file1 and file2 to mysteriously be duplicates of each other
|