Home
last modified time | relevance | path

Searched refs:links (Results 1 – 12 of 12) sorted by relevance

/fs/proc/
Dproc_sysctl.c1047 struct ctl_table_header *links; in new_links() local
1059 links = kzalloc(sizeof(struct ctl_table_header) + in new_links()
1065 if (!links) in new_links()
1068 node = (struct ctl_node *)(links + 1); in new_links()
1080 init_header(links, dir->header.root, dir->header.set, node, link_table); in new_links()
1081 links->nreg = nr_entries; in new_links()
1083 return links; in new_links()
1118 struct ctl_table_header *links; in insert_links() local
1134 links = new_links(core_parent, head->ctl_table, head->root); in insert_links()
1138 if (!links) in insert_links()
[all …]
/fs/cramfs/
DKconfig10 16/32 bits uid/gid, hard links and timestamps.
/fs/ocfs2/
Docfs2.h556 u32 links = ocfs2_read_links_count(di); in ocfs2_add_links_count() local
558 links += n; in ocfs2_add_links_count()
560 ocfs2_set_links_count(di, links); in ocfs2_add_links_count()
/fs/ncpfs/
DKconfig99 bool "Enable symbolic links and execute flags"
102 This enables the use of symbolic links and an execute permission
/fs/affs/
DChanges206 - 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/
DKconfig7 long Unix filenames and symbolic links are also supported by this
/fs/reiserfs/
DKconfig14 <https://reiser4.wiki.kernel.org/index.php/Main_Page> for links.
/fs/squashfs/
DKconfig12 and files (larger than 4GB), full uid/gid information, hard links and
/fs/jffs2/
DKconfig8 levelling, compression and support for hard links. You cannot use
/fs/cifs/
DTODO97 1) existing symbolic links (Windows reparse points) are recognized but
DREADME685 as support symbolic links. If you use servers
DCHANGES990 files now return the correct number of links on fstat as they are repeatedly linked and unlinked.