Home
last modified time | relevance | path

Searched refs:nr_links (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/hwtracing/coresight/
Dcoresight-sysfs.c22 return sprintf(buf, "%d\n", csdev->nr_links); in nr_links_show()
24 static DEVICE_ATTR_RO(nr_links);
99 info->orig->nr_links++; in coresight_add_sysfs_link()
100 info->target->nr_links++; in coresight_add_sysfs_link()
123 info->orig->nr_links--; in coresight_remove_sysfs_link()
124 info->target->nr_links--; in coresight_remove_sysfs_link()
/Linux-v5.10/Documentation/trace/coresight/
Dcoresight.rst252 ``nr_links`` attribute detailing the number of links in the directory.
259 <file details> nr_links
269 <file details> nr_links
277 <file details> nr_links
286 <file details> nr_links
294 <file details> nr_links
301 <file details> nr_links
310 <file details> nr_links
322 <file details> nr_links
Dcoresight-ect.rst93 links can be 0 to ``nr_trigger_cons``. Actual number given by ``nr_links``
/Linux-v5.10/include/linux/
Dcoresight.h209 int nr_links; member
/Linux-v5.10/fs/ntfs/
Dinode.c434 int nr_links, err; in ntfs_is_extended_system_file() local
440 nr_links = le16_to_cpu(ctx->mrec->link_count); in ntfs_is_extended_system_file()
449 nr_links--; in ntfs_is_extended_system_file()
489 if (unlikely(nr_links)) { in ntfs_is_extended_system_file()