Searched refs:links (Results 1 – 9 of 9) sorted by relevance
/fs/proc/ |
D | proc_sysctl.c | 1166 struct ctl_table_header *links; in new_links() local 1178 links = kzalloc(sizeof(struct ctl_table_header) + in new_links() 1184 if (!links) in new_links() 1187 node = (struct ctl_node *)(links + 1); in new_links() 1199 init_header(links, dir->header.root, dir->header.set, node, link_table); in new_links() 1200 links->nreg = nr_entries; in new_links() 1202 return links; in new_links() 1237 struct ctl_table_header *links; in insert_links() local 1253 links = new_links(core_parent, head->ctl_table, head->root); in insert_links() 1257 if (!links) in insert_links() [all …]
|
/fs/ocfs2/ |
D | ocfs2.h | 583 u32 links = ocfs2_read_links_count(di); in ocfs2_add_links_count() local 585 links += n; in ocfs2_add_links_count() 587 ocfs2_set_links_count(di, links); in ocfs2_add_links_count()
|
/fs/affs/ |
D | Changes | 206 - Handling of hard links rewritten. To the VFS 207 they appear now as normal Unix links. They are 330 - Support for hard and symbolic links.
|
/fs/unicode/ |
D | README.utf8data | 8 Individual source links:
|
/fs/isofs/ |
D | Kconfig | 8 long Unix filenames and symbolic links are also supported by this
|
/fs/cramfs/ |
D | Kconfig | 10 16/32 bits uid/gid, hard links and timestamps.
|
/fs/reiserfs/ |
D | Kconfig | 15 <https://reiser4.wiki.kernel.org/index.php/Main_Page> for links.
|
/fs/jffs2/ |
D | Kconfig | 9 levelling, compression and support for hard links. You cannot use
|
/fs/squashfs/ |
D | Kconfig | 13 and files (larger than 4GB), full uid/gid information, hard links and
|