SMB_QUOTA_TYPE 63 examples/VFS/skel_opaque.c static int skel_get_quota(vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) SMB_QUOTA_TYPE 68 examples/VFS/skel_opaque.c static int skel_set_quota(vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) SMB_QUOTA_TYPE 57 examples/VFS/skel_transparent.c static int skel_get_quota(vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) SMB_QUOTA_TYPE 62 examples/VFS/skel_transparent.c static int skel_set_quota(vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) SMB_QUOTA_TYPE 70 source3/include/ntquotas.h enum SMB_QUOTA_TYPE qtype; SMB_QUOTA_TYPE 892 source3/include/proto.h int sys_get_quota(const char *path, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp); SMB_QUOTA_TYPE 893 source3/include/proto.h int sys_set_quota(const char *path, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp); SMB_QUOTA_TYPE 897 source3/include/proto.h int sys_get_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp); SMB_QUOTA_TYPE 898 source3/include/proto.h int sys_set_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp); SMB_QUOTA_TYPE 900 source3/include/proto.h int sys_get_xfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp); SMB_QUOTA_TYPE 901 source3/include/proto.h int sys_set_xfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp); SMB_QUOTA_TYPE 6578 source3/include/proto.h int vfs_get_ntquota(files_struct *fsp, enum SMB_QUOTA_TYPE qtype, DOM_SID *psid, SMB_NTQUOTA_STRUCT *qt); SMB_QUOTA_TYPE 6579 source3/include/proto.h int vfs_set_ntquota(files_struct *fsp, enum SMB_QUOTA_TYPE qtype, DOM_SID *psid, SMB_NTQUOTA_STRUCT *qt); SMB_QUOTA_TYPE 60 source3/include/sysquotas.h enum SMB_QUOTA_TYPE qtype; SMB_QUOTA_TYPE 308 source3/include/vfs.h int (*get_quota)(struct vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *qt); SMB_QUOTA_TYPE 309 source3/include/vfs.h int (*set_quota)(struct vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *qt); SMB_QUOTA_TYPE 174 source3/lib/sysquotas.c int (*get_quota)(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp); SMB_QUOTA_TYPE 175 source3/lib/sysquotas.c int (*set_quota)(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp); SMB_QUOTA_TYPE 183 source3/lib/sysquotas.c static int command_get_quota(const char *path, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) SMB_QUOTA_TYPE 226 source3/lib/sysquotas.c dp->qflags = (enum SMB_QUOTA_TYPE)strtoul(line, &p2, 10); SMB_QUOTA_TYPE 339 source3/lib/sysquotas.c static int command_set_quota(const char *path, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) SMB_QUOTA_TYPE 407 source3/lib/sysquotas.c int sys_get_quota(const char *path, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) SMB_QUOTA_TYPE 472 source3/lib/sysquotas.c int sys_set_quota(const char *path, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) SMB_QUOTA_TYPE 87 source3/lib/sysquotas_4A.c int sys_get_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) SMB_QUOTA_TYPE 181 source3/lib/sysquotas_4A.c int sys_set_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) SMB_QUOTA_TYPE 39 source3/lib/sysquotas_linux.c static int sys_get_linux_v1_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) SMB_QUOTA_TYPE 107 source3/lib/sysquotas_linux.c static int sys_set_linux_v1_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) SMB_QUOTA_TYPE 173 source3/lib/sysquotas_linux.c static int sys_get_linux_v2_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) SMB_QUOTA_TYPE 241 source3/lib/sysquotas_linux.c static int sys_set_linux_v2_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) SMB_QUOTA_TYPE 307 source3/lib/sysquotas_linux.c static int sys_get_linux_gen_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) SMB_QUOTA_TYPE 375 source3/lib/sysquotas_linux.c static int sys_set_linux_gen_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) SMB_QUOTA_TYPE 442 source3/lib/sysquotas_linux.c int sys_get_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) SMB_QUOTA_TYPE 504 source3/lib/sysquotas_linux.c int sys_set_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) SMB_QUOTA_TYPE 75 source3/lib/sysquotas_xfs.c int sys_get_xfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) SMB_QUOTA_TYPE 162 source3/lib/sysquotas_xfs.c int sys_set_xfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) SMB_QUOTA_TYPE 52 source3/modules/vfs_default.c static int vfswrap_get_quota(struct vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *qt) SMB_QUOTA_TYPE 67 source3/modules/vfs_default.c static int vfswrap_set_quota(struct vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *qt) SMB_QUOTA_TYPE 94 source3/modules/vfs_default_quota.c static int default_quota_get_quota(vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) SMB_QUOTA_TYPE 148 source3/modules/vfs_default_quota.c static int default_quota_set_quota(vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) SMB_QUOTA_TYPE 82 source3/modules/vfs_full_audit.c enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_QUOTA_TYPE 85 source3/modules/vfs_full_audit.c enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_QUOTA_TYPE 1013 source3/modules/vfs_full_audit.c enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_QUOTA_TYPE 1027 source3/modules/vfs_full_audit.c enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_QUOTA_TYPE 74 source3/smbd/ntquotas.c int vfs_get_ntquota(files_struct *fsp, enum SMB_QUOTA_TYPE qtype, DOM_SID *psid, SMB_NTQUOTA_STRUCT *qt) SMB_QUOTA_TYPE 112 source3/smbd/ntquotas.c int vfs_set_ntquota(files_struct *fsp, enum SMB_QUOTA_TYPE qtype, DOM_SID *psid, SMB_NTQUOTA_STRUCT *qt) SMB_QUOTA_TYPE 143 source3/utils/smbcquotas.c enum SMB_QUOTA_TYPE *qtype, SMB_QUOTA_TYPE 227 source3/utils/smbcquotas.c enum SMB_QUOTA_TYPE qtype, SMB_QUOTA_TYPE 431 source3/utils/smbcquotas.c enum SMB_QUOTA_TYPE qtype = SMB_INVALID_QUOTA_TYPE;