Lines Matching defs:fs
18 #include "fs-api-private.h"
2022 struct fs **fs_r, const char **error_r)
2027 struct fs *parent_fs;
2038 /* add mailbox_list context to the parent fs, which allows
2047 /* a bit kludgy notification to the fs that we're now finished setting
2053 struct mailbox_list *mailbox_list_fs_get_list(struct fs *fs)
2057 while (fs->parent != NULL)
2058 fs = fs->parent;
2060 ctx = MAILBOX_LIST_FS_CONTEXT(fs);