Searched defs:fs_context (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-6.6/include/linux/ |
| D | fs_context.h | 90 struct fs_context { struct 91 const struct fs_context_operations *ops; argument 107 enum fs_context_purpose purpose:8; argument 108 enum fs_context_phase phase:8; /* The phase the context is in */ argument 116 void (*free)(struct fs_context *fc); argument
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | fs_context.h | 90 struct fs_context { struct 91 const struct fs_context_operations *ops; argument 108 enum fs_context_purpose purpose:8; argument 109 enum fs_context_phase phase:8; /* The phase the context is in */ argument 116 void (*free)(struct fs_context *fc); argument
|
| /kernel/linux/linux-6.6/drivers/mtd/ |
| D | mtdsuper.c | 25 static int mtd_get_sb(struct fs_context *fc, in mtd_get_sb() 76 static int mtd_get_sb_by_nr(struct fs_context *fc, int mtdnr, in mtd_get_sb_by_nr()
|
| /kernel/linux/linux-5.10/drivers/mtd/ |
| D | mtdsuper.c | 56 static int mtd_get_sb(struct fs_context *fc, in mtd_get_sb() 98 static int mtd_get_sb_by_nr(struct fs_context *fc, int mtdnr, in mtd_get_sb_by_nr()
|
| /kernel/linux/linux-6.6/fs/ |
| D | super.c | 775 struct super_block *sget_fc(struct fs_context *fc, in sget_fc() 776 int (*test)(struct super_block *, struct fs_context *), in sget_fc() 1334 int (*test)(struct super_block *, struct fs_context *), in vfs_get_super() 1551 int get_tree_bdev(struct fs_context *fc, in get_tree_bdev()
|
| /kernel/linux/linux-5.10/fs/ |
| D | super.c | 512 struct super_block *sget_fc(struct fs_context *fc, in sget_fc() 513 int (*test)(struct super_block *, struct fs_context *), in sget_fc() 1289 int get_tree_bdev(struct fs_context *fc, in get_tree_bdev()
|