Searched defs:fs_context (Results 1 – 7 of 7) sorted by relevance
8700 struct fs_context { struct8701 const struct fs_context_operations *ops; argument8718 enum fs_context_purpose purpose: 8; argument8719 enum fs_context_phase phase: 8; argument8720 bool need_free: 1;8721 bool global: 1;8722 bool oldapi: 1;
6235 struct fs_context { struct6236 const struct fs_context_operations *ops; argument6253 enum fs_context_purpose purpose: 8; argument6254 enum fs_context_phase phase: 8; argument6255 bool need_free: 1;6256 bool global: 1;6257 bool oldapi: 1;
5004 struct fs_context { struct5005 const struct fs_context_operations *ops; argument5022 enum fs_context_purpose purpose: 8; argument5023 enum fs_context_phase phase: 8; argument5024 bool need_free: 1;5025 bool global: 1;5026 bool oldapi: 1;
31104 struct fs_context { struct31105 const struct fs_context_operations *ops; argument31122 enum fs_context_purpose purpose: 8; argument31123 enum fs_context_phase phase: 8; argument31140 struct kernfs_fs_context { argument