max_bits          463 source4/ntvfs/posix/pvfs_acl.c 	uint32_t max_bits = SEC_RIGHTS_FILE_READ | SEC_FILE_ALL;
max_bits          471 source4/ntvfs/posix/pvfs_acl.c 		max_bits |= SEC_STD_ALL | SEC_FLAG_SYSTEM_SECURITY;
max_bits          473 source4/ntvfs/posix/pvfs_acl.c 		max_bits |= SEC_STD_ALL;
max_bits          477 source4/ntvfs/posix/pvfs_acl.c 		*access_mask = max_bits;
max_bits          485 source4/ntvfs/posix/pvfs_acl.c 	if (*access_mask & ~max_bits) {
max_bits          239 source4/torture/raw/write.c 	int max_bits=63;
max_bits          242 source4/torture/raw/write.c 		max_bits=33;
max_bits          243 source4/torture/raw/write.c 		torture_comment(tctx, "dangerous not set - limiting range of test to 2^%d\n", max_bits);
max_bits          376 source4/torture/raw/write.c 	for (i=33;i<max_bits;i++) {