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

/dovecot/src/lib-fs/
H A Dfs-api-private.h73 int (*get_nlinks)(struct fs_file *file, nlink_t *nlinks_r); member in struct:fs_vfuncs
H A Dfs-api.c941 if (file->fs->v.get_nlinks == NULL) {
957 ret = file->fs->v.get_nlinks(file, nlinks_r);

Completed in 13 milliseconds