Searched refs:names (Results 1 – 11 of 11) sorted by relevance
/fs/dlm/ |
D | rcom.c | 551 int stop, reply = 0, names = 0, lookup = 0, lock = 0; in dlm_receive_rcom() local 560 names = 1; in dlm_receive_rcom() 563 names = 1; in dlm_receive_rcom() 594 if (!(status & DLM_RS_NODES) && (names || lookup || lock)) in dlm_receive_rcom()
|
/fs/9p/ |
D | fid.c | 94 struct dentry *dentry, char ***names) in build_path_from_dentry() argument 110 *names = wnames; in build_path_from_dentry()
|
/fs/nfsd/ |
D | nfs4recover.c | 244 struct list_head names; member 262 list_add(&entry->list, &ctx->names); in nfsd4_build_namelist() 273 .names = LIST_HEAD_INIT(ctx.names) in nfsd4_list_rec_dir() 291 list_for_each_entry_safe(entry, tmp, &ctx.names, list) { in nfsd4_list_rec_dir() 308 list_for_each_entry_safe(entry, tmp, &ctx.names, list) { in nfsd4_list_rec_dir()
|
/fs/ceph/ |
D | xattr.c | 785 ssize_t ceph_listxattr(struct dentry *dentry, char *names, size_t size) in ceph_listxattr() argument 828 names = __copy_xattr_names(ci, names); in ceph_listxattr() 837 len = sprintf(names, "%s", vxattrs[i].name); in ceph_listxattr() 838 names += len + 1; in ceph_listxattr()
|
/fs/btrfs/ |
D | ioctl.c | 5461 char *names; in check_feature_bits() local 5468 names = btrfs_printable_features(set, unsupported); in check_feature_bits() 5469 if (names) { in check_feature_bits() 5472 names, strchr(names, ',') ? "s" : ""); in check_feature_bits() 5473 kfree(names); in check_feature_bits() 5483 names = btrfs_printable_features(set, disallowed); in check_feature_bits() 5484 if (names) { in check_feature_bits() 5487 names, strchr(names, ',') ? "s" : ""); in check_feature_bits() 5488 kfree(names); in check_feature_bits() 5498 names = btrfs_printable_features(set, disallowed); in check_feature_bits() [all …]
|
D | disk-io.c | 165 char names[BTRFS_MAX_LEVEL + 1][20]; member 190 for (j = 0; j < ARRAY_SIZE(ks->names); j++) in btrfs_init_lockdep() 191 snprintf(ks->names[j], sizeof(ks->names[j]), in btrfs_init_lockdep() 209 &ks->keys[level], ks->names[level]); in btrfs_set_buffer_lockdep_class()
|
/fs/ext4/ |
D | namei.c | 591 unsigned names; member 601 unsigned names = 0, space = 0; in dx_show_leaf() local 677 names++; in dx_show_leaf() 681 printk("(%i)\n", names); in dx_show_leaf() 682 return (struct stats) { names, space, 1 }; in dx_show_leaf() 689 unsigned count = dx_get_count(entries), names = 0, space = 0, i; in dx_show_entries() local 707 names += stats.names; in dx_show_entries() 714 levels ? "" : " ", names, space/bcount, in dx_show_entries() 716 return (struct stats) { names, space, bcount}; in dx_show_entries()
|
/fs/cifs/ |
D | Kconfig | 105 user namespace prefix, but their names are seen by Linux cifs clients 160 utilities to provide server name resolution (host names to
|
/fs/affs/ |
D | Changes | 71 - correctly cut off long file names for compares 288 - The names of newly created filesystem objects are
|
/fs/ncpfs/ |
D | Kconfig | 63 case insensitive, and case in names is preserved. Say Y. You can
|
/fs/befs/ |
D | ChangeLog | 53 names like file1 and file2 to mysteriously be duplicates of each other
|