Searched refs:ext4_fs_context (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ext4/
H A Dsuper.c1973 struct ext4_fs_context { struct
2006 struct ext4_fs_context *ctx = fc->fs_private;
2021 struct ext4_fs_context *ctx;
2023 ctx = kzalloc(sizeof(struct ext4_fs_context), GFP_KERNEL);
2040 struct ext4_fs_context *ctx = fc->fs_private;
2079 struct ext4_fs_context *ctx = fc->fs_private;
2092 struct ext4_fs_context *ctx)
2115 static inline void ctx_set_##name(struct ext4_fs_context *ctx, \
2123 static inline void ctx_clear_##name(struct ext4_fs_context *ctx, \
2132 ctx_test_##name(struct ext4_fs_context *ct
[all...]

Completed in 128 milliseconds