Searched refs:quotas (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dntquotas.h83 SMB_NTQUOTA_STRUCT *quotas; member in struct:_SMB_NTQUOTA_LIST
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dcliquota.c94 /* the soft quotas 8 bytes (SMB_BIG_UINT)*/
107 /* the hard quotas 8 bytes (SMB_BIG_UINT)*/
330 if ((tmp_list_ent->quotas=TALLOC_ZERO_P(mem_ctx,SMB_NTQUOTA_STRUCT))==NULL) {
336 memcpy(tmp_list_ent->quotas,&qt,sizeof(qt));
390 if ((tmp_list_ent->quotas=TALLOC_ZERO_P(mem_ctx,SMB_NTQUOTA_STRUCT))==NULL) {
396 memcpy(tmp_list_ent->quotas,&qt,sizeof(qt));
457 /* the soft quotas 8 bytes (SMB_BIG_UINT)*/
470 /* the hard quotas 8 bytes (SMB_BIG_UINT)*/
632 if (cur->quotas)
633 dump_ntquota(cur->quotas,_verbos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dntquotas.c206 if ((tmp_list_ent->quotas=TALLOC_ZERO_P(mem_ctx,SMB_NTQUOTA_STRUCT))==NULL) {
214 memcpy(tmp_list_ent->quotas,&tmp_qt,sizeof(tmp_qt));
H A Dtrans2.c2547 SMB_NTQUOTA_STRUCT quotas; local
2550 ZERO_STRUCT(quotas);
2562 if (vfs_get_ntquota(&fsp, SMB_USER_FS_QUOTA_TYPE, NULL, &quotas)!=0) {
2577 SBIG_UINT(pdata,24,quotas.softlim);
2580 SBIG_UINT(pdata,32,quotas.hardlim);
2583 SSVAL(pdata,40,quotas.qflags);
2853 SMB_NTQUOTA_STRUCT quotas; local
2855 ZERO_STRUCT(quotas);
2882 /* the soft quotas 8 bytes (SMB_BIG_UINT)*/
2883 quotas
[all...]
H A Dnttrans.c624 * Here we go! support for changing the disk quotas --metze
2636 sid_len = sid_size(&tmp_list->quotas->sid);
2649 SBIG_UINT(entry,16,tmp_list->quotas->usedspace);
2651 /* the soft quotas 8 bytes SMB_BIG_UINT */
2652 SBIG_UINT(entry,24,tmp_list->quotas->softlim);
2654 /* the hard quotas 8 bytes SMB_BIG_UINT */
2655 SBIG_UINT(entry,32,tmp_list->quotas->hardlim);
2658 sid_linearize(entry+40, sid_len, &tmp_list->quotas->sid);
2744 /* the soft quotas 8 bytes SMB_BIG_UINT */
2747 /* the hard quotas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/SGI/
H A Dmkrelease.sh55 ./configure --prefix=/usr/samba --sbindir=/usr/samba/bin --mandir=/usr/share/catman --with-acl-support --with-quotas --with-smbwrapper
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/
H A DMakefile49 --without-sys-quotas \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Drules79 --with-quotas \
84 conf_args += --without-quotas
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Drules74 --with-quotas
78 conf_args += --without-quotas
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Solaris/
H A Dmakepkg.sh140 --with-quotas --with-included-popt \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-woody/
H A Drules88 --with-quotas \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Mandrake/
H A Dsamba2.spec921 #grep "<linux/quota.h>" source/smbd/quotas.c >/dev/null && \
922 perl -pi -e 's@<linux/quota.h>@<sys/quota.h>@' source/smbd/quotas.c
994 --with-quotas \
2098 - Inline patch smbd/quotas.c for Mandrake >9.0
2224 - New XFS quota patch (untested!, samba runs, but do quotas work? We
2225 can't check yet since the kernel doesn't seem to support XFS quotas!)
2230 Rebuild on cooker, please test XFS (ACLs and quotas) again...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/
H A Dconfigure1427 --with-quotas Include disk-quota support (default=no)
1428 --with-sys-quotas Include lib/sysquotas.c support (default=auto)
[all...]

Completed in 122 milliseconds