Searched refs:links (Results 1 – 9 of 9) sorted by relevance
/fs/proc/ |
D | proc_sysctl.c | 1025 struct ctl_table_header *links; in new_links() local 1037 links = kzalloc(sizeof(struct ctl_table_header) + in new_links() 1043 if (!links) in new_links() 1046 node = (struct ctl_node *)(links + 1); in new_links() 1058 init_header(links, dir->header.root, dir->header.set, node, link_table); in new_links() 1059 links->nreg = nr_entries; in new_links() 1061 return links; in new_links() 1096 struct ctl_table_header *links; in insert_links() local 1112 links = new_links(core_parent, head->ctl_table, head->root); in insert_links() 1116 if (!links) in insert_links() [all …]
|
/fs/ocfs2/ |
D | ocfs2.h | 557 u32 links = ocfs2_read_links_count(di); in ocfs2_add_links_count() local 559 links += n; in ocfs2_add_links_count() 561 ocfs2_set_links_count(di, links); in ocfs2_add_links_count()
|
/fs/cramfs/ |
D | Kconfig | 10 16/32 bits uid/gid, hard links and timestamps.
|
/fs/ncpfs/ |
D | Kconfig | 99 bool "Enable symbolic links and execute flags" 102 This enables the use of symbolic links and an execute permission
|
/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/isofs/ |
D | Kconfig | 7 long Unix filenames and symbolic links are also supported by this
|
/fs/reiserfs/ |
D | Kconfig | 14 <https://reiser4.wiki.kernel.org/index.php/Main_Page> for links.
|
/fs/jffs2/ |
D | Kconfig | 8 levelling, compression and support for hard links. You cannot use
|
/fs/squashfs/ |
D | Kconfig | 12 and files (larger than 4GB), full uid/gid information, hard links and
|