fs/ocfs2/resize.h

Source file repositories/reference/linux-study-clean/fs/ocfs2/resize.h

File Facts

System
Linux kernel
Corpus path
fs/ocfs2/resize.h
Extension
.h
Size
368 bytes
Lines
17
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

#ifndef OCFS2_RESIZE_H
#define OCFS2_RESIZE_H

int ocfs2_group_extend(struct inode * inode, int new_clusters);
int ocfs2_group_add(struct inode *inode, struct ocfs2_new_group_input *input);

#endif /* OCFS2_RESIZE_H */

Annotation

Implementation Notes