fs/jffs2/symlink.c

Source file repositories/reference/linux-study-clean/fs/jffs2/symlink.c

File Facts

System
Linux kernel
Corpus path
fs/jffs2/symlink.c
Extension
.c
Size
417 bytes
Lines
20
Domain
Core OS
Bucket
VFS And Filesystem Core
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

#include "nodelist.h"

const struct inode_operations jffs2_symlink_inode_operations =
{
	.get_link =	simple_get_link,
	.setattr =	jffs2_setattr,
	.listxattr =	jffs2_listxattr,
};

Annotation

Implementation Notes