mntpath 46 source3/lib/sysquotas.c static int sys_path_to_bdev(const char *path, char **mntpath, char **bdev, char **fs) mntpath 56 source3/lib/sysquotas.c if (!path||!mntpath||!bdev||!fs) mntpath 59 source3/lib/sysquotas.c (*mntpath) = NULL; mntpath 78 source3/lib/sysquotas.c (*mntpath) = SMB_STRDUP(mnt->mnt_dir); mntpath 81 source3/lib/sysquotas.c if ((*mntpath)&&(*bdev)&&(*fs)) { mntpath 84 source3/lib/sysquotas.c SAFE_FREE(*mntpath); mntpath 102 source3/lib/sysquotas.c static int sys_path_to_bdev(const char *path, char **mntpath, char **bdev, char **fs) mntpath 108 source3/lib/sysquotas.c if (!path||!mntpath||!bdev||!fs) mntpath 111 source3/lib/sysquotas.c (*mntpath) = NULL; mntpath 129 source3/lib/sysquotas.c (*mntpath) = SMB_STRDUP(path); mntpath 131 source3/lib/sysquotas.c if ((*mntpath)&&(*bdev)) { mntpath 134 source3/lib/sysquotas.c SAFE_FREE(*mntpath); mntpath 146 source3/lib/sysquotas.c static int sys_path_to_bdev(const char *path, char **mntpath, char **bdev, char **fs) mntpath 150 source3/lib/sysquotas.c if (!path||!mntpath||!bdev||!fs) mntpath 153 source3/lib/sysquotas.c (*mntpath) = NULL; mntpath 157 source3/lib/sysquotas.c (*mntpath) = SMB_STRDUP(path); mntpath 158 source3/lib/sysquotas.c if (*mntpath) { mntpath 161 source3/lib/sysquotas.c SAFE_FREE(*mntpath); mntpath 412 source3/lib/sysquotas.c char *mntpath = NULL; mntpath 425 source3/lib/sysquotas.c if ((ret=sys_path_to_bdev(path,&mntpath,&bdev,&fs))!=0) { mntpath 435 source3/lib/sysquotas.c ret = sys_quota_backends[i].get_quota(mntpath, bdev, qtype, id, dp); mntpath 438 source3/lib/sysquotas.c fs,mntpath,bdev,qtype,(qtype==SMB_GROUP_QUOTA_TYPE?id.gid:id.uid),strerror(errno))); mntpath 441 source3/lib/sysquotas.c fs,mntpath,bdev,qtype,(qtype==SMB_GROUP_QUOTA_TYPE?id.gid:id.uid))); mntpath 450 source3/lib/sysquotas.c ret=sys_get_vfs_quota(mntpath, bdev, qtype, id, dp); mntpath 453 source3/lib/sysquotas.c "vfs",mntpath,bdev,qtype,(qtype==SMB_GROUP_QUOTA_TYPE?id.gid:id.uid),strerror(errno))); mntpath 456 source3/lib/sysquotas.c "vfs",mntpath,bdev,qtype,(qtype==SMB_GROUP_QUOTA_TYPE?id.gid:id.uid))); mntpath 460 source3/lib/sysquotas.c SAFE_FREE(mntpath); mntpath 477 source3/lib/sysquotas.c char *mntpath = NULL; mntpath 492 source3/lib/sysquotas.c if ((ret=sys_path_to_bdev(path,&mntpath,&bdev,&fs))!=0) { mntpath 502 source3/lib/sysquotas.c ret = sys_quota_backends[i].set_quota(mntpath, bdev, qtype, id, dp); mntpath 505 source3/lib/sysquotas.c fs,mntpath,bdev,qtype,(qtype==SMB_GROUP_QUOTA_TYPE?id.gid:id.uid),strerror(errno))); mntpath 508 source3/lib/sysquotas.c fs,mntpath,bdev,qtype,(qtype==SMB_GROUP_QUOTA_TYPE?id.gid:id.uid))); mntpath 517 source3/lib/sysquotas.c ret=sys_set_vfs_quota(mntpath, bdev, qtype, id, dp); mntpath 520 source3/lib/sysquotas.c "vfs",mntpath,bdev,qtype,(qtype==SMB_GROUP_QUOTA_TYPE?id.gid:id.uid),strerror(errno))); mntpath 523 source3/lib/sysquotas.c "vfs",mntpath,bdev,qtype,(qtype==SMB_GROUP_QUOTA_TYPE?id.gid:id.uid))); mntpath 527 source3/lib/sysquotas.c SAFE_FREE(mntpath);