fs/gfs2/aops.h

Source file repositories/reference/linux-study-clean/fs/gfs2/aops.h

File Facts

System
Linux kernel
Corpus path
fs/gfs2/aops.h
Extension
.h
Size
333 bytes
Lines
15
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 __AOPS_DOT_H__
#define __AOPS_DOT_H__

#include "incore.h"

void adjust_fs_space(struct inode *inode);
int gfs2_jdata_writeback(struct address_space *mapping, struct writeback_control *wbc);

#endif /* __AOPS_DOT_H__ */

Annotation

Implementation Notes